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

Method name

python/paddle/hapi/static_flops.py:31–35  ·  view source on GitHub ↗

Get the name of the variable.

(self)

Source from the content-addressed store, hash-verified

29 self._graph = graph
30
31 def name(self):
32 """
33 Get the name of the variable.
34 """
35 return self._var.name
36
37 def shape(self):
38 """

Callers 3

_graph_flopsFunction · 0.45
saveMethod · 0.45
_metrics_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected