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

Method id

imperative/python/megengine/utils/network_node.py:154–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152
153 @property
154 def id(self):
155 return id(self)
156
157 @property
158 def priority(self):

Callers 5

_set_priority_to_idFunction · 0.45
init_graph_rtFunction · 0.45
enterMethod · 0.45
init_tensorFunction · 0.45
value_idMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected