Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ shape
Method
shape
python/paddle/hapi/static_flops.py:37–41 ·
view source on GitHub ↗
Get the shape of the variable.
(self)
Source
from the content-addressed store, hash-verified
35
return
self._var.name
36
37
def
shape(self):
38
""
"
39
Get the shape of the variable.
40
""
"
41
return
self._var.shape
42
43
44
class
OpWrapper:
Callers
7
count_convNd
Function · 0.45
count_leaky_relu
Function · 0.45
count_bn
Function · 0.45
count_linear
Function · 0.45
count_pool2d
Function · 0.45
count_element_op
Function · 0.45
_run_one_epoch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected