Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dvalues.py422 def _as_graph_element(self): member in Mirrored
888 def _as_graph_element(self): member in DistributedVariable
890 return self._primary._as_graph_element() # pylint: disable=protected-access
892 return self._policy._as_graph_element(self) # pylint: disable=protected-access
1135 def _as_graph_element(self): member in MirroredVariable
1136 return self._get_on_device_or_primary()._as_graph_element() # pylint: disable=protected-access
1344 def _as_graph_element(self): member in SyncOnReadVariable
1346 return self._primary._as_graph_element() # pylint: disable=protected-access
1351 return self._get()._as_graph_element()
1457 def _as_graph_element(self, _): member in VariablePolicy
[all …]
Dpacked_distributed_variable.py353 def _as_graph_element(self): member in PackedVarAndDevice
354 return self._var._as_graph_element() # pylint: disable=protected-access
Dvalues_v2.py231 def _as_graph_element(self): member in DistributedVariable
Dtpu_values.py125 def _as_graph_element(self): member in TPUVariableMixin
127 return super(TPUVariableMixin, self)._as_graph_element() # pylint: disable=protected-access
Dvalues_v2_test.py359 self.assertEqual(self.evaluate(v._as_graph_element()), 1.)
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py328 def _as_graph_element(self): member in AutoCastVariable
329 graph_element = self._variable._as_graph_element() # pylint:disable=protected-access
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks.py241 tag: _as_graph_element(tensor)
1097 def _as_graph_element(obj): function
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py499 graph_element = ops._as_graph_element(c) # pylint: disable=protected-access
Dops.py197 def _as_graph_element(obj): function
4016 temp_obj = _as_graph_element(obj)
6442 graph_element = _as_graph_element(op_input)
Dops_test.py2381 def _as_graph_element(self): member in ControlDependenciesTest.testBasicWithConversion.ConvertibleObj
3070 def _as_graph_element(self): member in GraphTest.testAsGraphElementConversions.ConvertibleObj
/external/tensorflow/tensorflow/python/keras/
Dbackend.py591 def _as_graph_element(obj): function
681 graph_element = _as_graph_element(op_input)
3986 from_tensor = _as_graph_element(y)
/external/tensorflow/tensorflow/python/ops/
Dvariables.py1907 def _as_graph_element(self): member in RefVariable
Dresource_variable_ops.py586 def _as_graph_element(self): member in BaseResourceVariable
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor.py2225 def _as_graph_element(self): member in RaggedTensor