Searched refs:_as_graph_element (Results 1 – 9 of 9) sorted by relevance
318 def _as_graph_element(self): member in Mirrored637 def _as_graph_element(self): member in TPUVariableMixin639 return super(TPUVariableMixin, self)._as_graph_element() # pylint: disable=protected-access887 def _as_graph_element(self): member in MirroredVariable888 return self._get_closest()._as_graph_element() # pylint: disable=protected-access1097 def _as_graph_element(self): member in SyncOnReadVariable1101 return self.get()._as_graph_element()
238 tag: _as_graph_element(tensor)1083 def _as_graph_element(obj): function
352 graph_element = ops._as_graph_element(c) # pylint: disable=protected-access
191 def _as_graph_element(obj): function3538 temp_obj = _as_graph_element(obj)5897 graph_element = _as_graph_element(op_input)
2145 def _as_graph_element(self): member in ControlDependenciesTest.testBasicWithConversion.ConvertibleObj2800 def _as_graph_element(self): member in GraphTest.testAsGraphElementConversions.ConvertibleObj
1914 def _as_graph_element(self): member in RefVariable
544 def _as_graph_element(self): member in BaseResourceVariable
2050 def _as_graph_element(self): member in RaggedTensor
3552 from_tensor = ops._as_graph_element(y)