Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_prelu
Method · 0.45
_attention
Method · 0.45
_prelu
Method · 0.45
_attention
Method · 0.45
dice
Function · 0.45
prelu
Function · 0.45
attention
Function · 0.45
din_attention
Function · 0.45
din_fcn_attention
Function · 0.45
self_attention
Function · 0.45
Calls
no outgoing calls
Tested by
15
Test
Function · 0.36
testVector
Method · 0.36
_testBatchVector
Method · 0.36
testRectangularBatch
Method · 0.36
testGrad
Method · 0.36
testSquare
Method · 0.36
testRectangular
Method · 0.36
_testSquareBatch
Method · 0.36
testRectangularBatch
Method · 0.36
_testGrad
Method · 0.36
testSquare
Method · 0.36
testRectangular
Method · 0.36