Searched refs:allow_graph (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | op_selector.py | 131 def make_list_of_t(ts, check_graph=True, allow_graph=True, ignore_ops=False): argument 146 if allow_graph: 171 ts = make_list_of_t(ts, allow_graph=False) 185 ts = make_list_of_t(ts, allow_graph=False) 194 def make_list_of_op(tops, check_graph=True, allow_graph=True, ignore_ts=False): argument 211 if allow_graph: 276 ts = make_list_of_t(seed_ops, allow_graph=False) 279 seed_ops = make_list_of_op(seed_ops, allow_graph=False) 284 within_ops = make_list_of_op(within_ops, allow_graph=False)
|