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

Method dtype

tensorflow/python/framework/ops.py:403–405  ·  view source on GitHub ↗

The `DType` of elements in this tensor.

(self)

Source from the content-addressed store, hash-verified

401
402 @property
403 def dtype(self):
404 """The `DType` of elements in this tensor."""
405 return self._dtype
406
407 @property
408 def graph(self):

Callers 7

RunCppShapeInferenceImplFunction · 0.45
testNumpyConversionMethod · 0.45
sizeMethod · 0.45
dtypes.pyFile · 0.45
PrintNodeInfoMethod · 0.45
testDtypeMethod · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by 2

testNumpyConversionMethod · 0.36
testDtypeMethod · 0.36