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

Method __long__

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

Source from the content-addressed store, hash-verified

861 return int(self._numpy())
862
863 def __long__(self):
864 return long(self._numpy())
865
866 def __float__(self):
867 return float(self._numpy())

Callers

nothing calls this directly

Calls 1

_numpyMethod · 0.95

Tested by

no test coverage detected