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

Method __float__

tensorflow/python/framework/ops.py:866–867  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

864 return long(self._numpy())
865
866 def __float__(self):
867 return float(self._numpy())
868
869 def __index__(self):
870 maybe_arr = self._numpy()

Callers

nothing calls this directly

Calls 1

_numpyMethod · 0.95

Tested by

no test coverage detected