Home
last modified time | relevance | path

Searched refs:_as_graph_element (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dvalues.py318 def _as_graph_element(self): member in Mirrored
637 def _as_graph_element(self): member in TPUVariableMixin
639 return super(TPUVariableMixin, self)._as_graph_element() # pylint: disable=protected-access
887 def _as_graph_element(self): member in MirroredVariable
888 return self._get_closest()._as_graph_element() # pylint: disable=protected-access
1097 def _as_graph_element(self): member in SyncOnReadVariable
1101 return self.get()._as_graph_element()
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks.py238 tag: _as_graph_element(tensor)
1083 def _as_graph_element(obj): function
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py352 graph_element = ops._as_graph_element(c) # pylint: disable=protected-access
Dops.py191 def _as_graph_element(obj): function
3538 temp_obj = _as_graph_element(obj)
5897 graph_element = _as_graph_element(op_input)
Dops_test.py2145 def _as_graph_element(self): member in ControlDependenciesTest.testBasicWithConversion.ConvertibleObj
2800 def _as_graph_element(self): member in GraphTest.testAsGraphElementConversions.ConvertibleObj
/external/tensorflow/tensorflow/python/ops/
Dvariables.py1914 def _as_graph_element(self): member in RefVariable
Dresource_variable_ops.py544 def _as_graph_element(self): member in BaseResourceVariable
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor.py2050 def _as_graph_element(self): member in RaggedTensor
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3552 from_tensor = ops._as_graph_element(y)