Searched refs:_graph_key (Results 1 – 12 of 12) sorted by relevance
77 inner._graph_key = outer._graph_key82 self.assertEqual(unique_graph._graph_key, inner._graph_key)
111 elif g._graph_key != op.graph._graph_key: # pylint: disable=protected-access
1763 self._graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access
421 self._graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access
166 graph_key = graph._graph_key # pylint: disable=protected-access182 graph_key = graph._graph_key # pylint: disable=protected-access198 graph_key = graph._graph_key # pylint: disable=protected-access
800 return variable._graph_key == current_graph._graph_key # pylint: disable=protected-access847 current_graph_key = ops.get_default_graph()._graph_key # pylint: disable=protected-access851 if variable_object._graph_key == current_graph_key: # pylint: disable=protected-access
405 old_graph_key = self._graph_key406 self._graph_key = graph._graph_key424 self._graph_key = old_graph_key
778 outside_graph_key = ops.get_default_graph()._graph_key780 ops.get_default_graph()._graph_key = outside_graph_key
3010 self._graph_key = "grap-key-%d/" % (uid(),)
267 graph_key = graph._graph_key # pylint: disable=protected-access282 graph_key = graph._graph_key # pylint: disable=protected-access299 graph_key = graph._graph_key # pylint: disable=protected-access
588 def _graph_key(self): member in DistributedVariable590 return self._primary._graph_key # pylint: disable=protected-access
3123 key = ops.get_default_graph()._graph_key # pylint: disable=protected-access