MCPcopy 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
44class OpWrapper:

Callers 7

count_convNdFunction · 0.45
count_leaky_reluFunction · 0.45
count_bnFunction · 0.45
count_linearFunction · 0.45
count_pool2dFunction · 0.45
count_element_opFunction · 0.45
_run_one_epochMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected