MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / outputs

Method outputs

python/paddle/hapi/static_flops.py:67–71  ·  view source on GitHub ↗

Get all the variables by the output name.

(self, name)

Source from the content-addressed store, hash-verified

65 return []
66
67 def outputs(self, name):
68 """
69 Get all the variables by the output name.
70 """
71 return [self._graph.var(var_name) for var_name in self._op.output(name)]
72
73
74class GraphWrapper:

Callers 5

count_convNdFunction · 0.45
count_leaky_reluFunction · 0.45
count_bnFunction · 0.45
count_linearFunction · 0.45
count_pool2dFunction · 0.45

Calls 2

varMethod · 0.45
outputMethod · 0.45

Tested by

no test coverage detected