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

Method _numpy

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

Source from the content-addressed store, hash-verified

907 return self._shape_tuple()[0]
908
909 def _numpy(self):
910 raise NotImplementedError()
911
912 @property
913 def dtype(self):

Callers 14

__int__Method · 0.95
__long__Method · 0.95
__float__Method · 0.95
__index__Method · 0.95
__bool__Method · 0.95
__format__Method · 0.95
__reduce__Method · 0.95
numpyMethod · 0.95
_ConcatGradHelperFunction · 0.80
numpy_textFunction · 0.80
test_numpyIsViewMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_numpyIsViewMethod · 0.64