Searched refs:_graph_key (Results 1 – 12 of 12) sorted by relevance
73 inner._graph_key = outer._graph_key78 self.assertEqual(unique_graph._graph_key, inner._graph_key)
107 elif g._graph_key != op.graph._graph_key: # pylint: disable=protected-access
1755 self._graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access
434 self._graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access
149 graph_key = graph._graph_key # pylint: disable=protected-access166 graph_key = graph._graph_key # pylint: disable=protected-access184 graph_key = graph._graph_key # pylint: disable=protected-access
893 return variable._graph_key == current_graph._graph_key # pylint: disable=protected-access941 current_graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access945 if variable_object._graph_key == current_graph_key: # pylint: disable=protected-access
148 graph_key = graph._graph_key # pylint: disable=protected-access164 graph_key = graph._graph_key # pylint: disable=protected-access183 graph_key = graph._graph_key # pylint: disable=protected-access
547 old_graph_key = self._graph_key548 self._graph_key = graph._graph_key566 self._graph_key = old_graph_key
812 outside_graph_key = ops.get_default_graph()._graph_key814 ops.get_default_graph()._graph_key = outside_graph_key
3180 self._graph_key = "graph-key-%d/" % (uid(),)3212 self._c_graph = c_api_util.ScopedTFGraph(self._graph_key)
625 def _graph_key(self): member in DistributedVariable627 return self._primary._graph_key # pylint: disable=protected-access
3191 key = ops.get_default_graph()._graph_key # pylint: disable=protected-access