Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dimporter.py243 …for new_op in graph._add_new_tf_operations(compute_devices=False): # pylint: disable=protected-ac…
Dops_test.py1274 new_ops = g._add_new_tf_operations()
1304 new_ops = g._add_new_tf_operations()
1336 new_ops = g._add_new_tf_operations()
1360 new_ops = g._add_new_tf_operations()
Dops.py3676 def _add_new_tf_operations(self, compute_devices=True): member in Graph