Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dop_selector.py134 def make_list_of_t(ts, check_graph=True, allow_graph=True, ignore_ops=False): argument
149 if allow_graph:
174 ts = make_list_of_t(ts, allow_graph=False)
188 ts = make_list_of_t(ts, allow_graph=False)
197 def make_list_of_op(tops, check_graph=True, allow_graph=True, ignore_ts=False): argument
214 if allow_graph:
274 ts = make_list_of_t(seed_ops, allow_graph=False)
277 seed_ops = make_list_of_op(seed_ops, allow_graph=False)
282 within_ops = make_list_of_op(within_ops, allow_graph=False)