Home
last modified time | relevance | path

Searched refs:allow_graph (Results 1 – 3 of 3) 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
241 if allow_graph:
275 def make_list_of_t(ts, check_graph=True, allow_graph=True, ignore_ops=False): argument
290 if allow_graph:
315 ts = make_list_of_t(ts, allow_graph=False)
329 ts = make_list_of_t(ts, allow_graph=False)
Dselect.py361 seed_ops = util.make_list_of_op(seed_ops, allow_graph=False)
417 ts = util.make_list_of_t(seed_ops, allow_graph=False)
420 seed_ops = util.make_list_of_op(seed_ops, allow_graph=False)
425 within_ops = util.make_list_of_op(within_ops, allow_graph=False)
487 ts = util.make_list_of_t(seed_ops, allow_graph=False)
490 seed_ops = util.make_list_of_op(seed_ops, allow_graph=False)
495 within_ops = util.make_list_of_op(within_ops, allow_graph=False)
Dreroute.py469 cops = _util.make_list_of_op(cops, allow_graph=False)
495 cops = _util.make_list_of_op(cops, allow_graph=False)