Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ priority
Method
priority
imperative/python/megengine/utils/network_node.py:158–161 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
156
157
@property
158
def
priority(self):
159
if
self._opr is not None:
160
return
(self._opr.priority, self._opr.id)
161
return
(0, 0)
162
163
@classmethod
164
def
load(cls, opr):
Callers
2
load_single_opr
Method · 0.80
load_single_opr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected