MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / read_value

Method read_value

tensorflow/python/distribute/values.py:769–771  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

767 return self.primary._in_graph_mode # pylint: disable=protected-access
768
769 def read_value(self):
770 with _enter_or_assert_strategy(self._distribute_strategy):
771 return array_ops.identity(self.get())
772
773 def value(self):
774 return self._get_closest().value()

Callers

nothing calls this directly

Calls 3

identityMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected