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

Method get_shape

tensorflow/python/framework/ops.py:580–582  ·  view source on GitHub ↗

Alias of Tensor.shape.

(self)

Source from the content-addressed store, hash-verified

578 return self.shape.ndims
579
580 def get_shape(self):
581 """Alias of Tensor.shape."""
582 return self.shape
583
584 def set_shape(self, shape):
585 """Updates the shape of this tensor.

Callers 15

__str__Method · 0.95
__repr__Method · 0.95
_preluMethod · 0.45
_attentionMethod · 0.45
_preluMethod · 0.45
_attentionMethod · 0.45
diceFunction · 0.45
preluFunction · 0.45
attentionFunction · 0.45
din_attentionFunction · 0.45
din_fcn_attentionFunction · 0.45
self_attentionFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestFunction · 0.36
testVectorMethod · 0.36
_testBatchVectorMethod · 0.36
testRectangularBatchMethod · 0.36
testGradMethod · 0.36
testSquareMethod · 0.36
testRectangularMethod · 0.36
_testSquareBatchMethod · 0.36
testRectangularBatchMethod · 0.36
_testGradMethod · 0.36
testSquareMethod · 0.36
testRectangularMethod · 0.36