Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dop_selector_test.py77 inner._graph_key = outer._graph_key
82 self.assertEqual(unique_graph._graph_key, inner._graph_key)
Dop_selector.py111 elif g._graph_key != op.graph._graph_key: # pylint: disable=protected-access
Dvariables.py1763 self._graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access
Dresource_variable_ops.py421 self._graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/training/experimental/
Dloss_scale.py166 graph_key = graph._graph_key # pylint: disable=protected-access
182 graph_key = graph._graph_key # pylint: disable=protected-access
198 graph_key = graph._graph_key # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/training/
Doptimizer.py800 return variable._graph_key == current_graph._graph_key # pylint: disable=protected-access
847 current_graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access
851 if variable_object._graph_key == current_graph_key: # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py405 old_graph_key = self._graph_key
406 self._graph_key = graph._graph_key
424 self._graph_key = old_graph_key
Dtest_util.py778 outside_graph_key = ops.get_default_graph()._graph_key
780 ops.get_default_graph()._graph_key = outside_graph_key
Dops.py3010 self._graph_key = "grap-key-%d/" % (uid(),)
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dloss_scale_optimizer.py267 graph_key = graph._graph_key # pylint: disable=protected-access
282 graph_key = graph._graph_key # pylint: disable=protected-access
299 graph_key = graph._graph_key # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/distribute/
Dvalues.py588 def _graph_key(self): member in DistributedVariable
590 return self._primary._graph_key # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2.py3123 key = ops.get_default_graph()._graph_key # pylint: disable=protected-access