Home
last modified time | relevance | path

Searched refs:ignore_ts (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/
Dutil.py224 def make_list_of_op(ops, check_graph=True, allow_graph=True, ignore_ts=False): argument
251 check_types = None if ignore_ts else tf_ops.Operation
Dselect.py698 ops_aux = util.make_list_of_op(arg, ignore_ts=True)