MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / name

Method name

imperative/python/megengine/traced_module/node.py:63–65  ·  view source on GitHub ↗

r"""Return the name of this Node.

(self)

Source from the content-addressed store, hash-verified

61
62 @property
63 def name(self):
64 r"""Return the name of this Node."""
65 return self._name
66
67 @name.setter
68 def name(self, new_name: str):

Callers

nothing calls this directly

Calls 3

create_unique_nameMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected