Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ load
Method
load
imperative/python/megengine/utils/network_node.py:665–668 ·
view source on GitHub ↗
(cls, opr)
Source
from the content-addressed store, hash-verified
663
664
@classmethod
665
def
load(cls, opr):
666
obj = super(Concat, cls).load(opr)
667
obj.params[
"comp_node"
] = Device(
"xpux"
).to_c()
668
return
obj
669
670
671
class
Broadcast(OpNode):
Callers
nothing calls this directly
Calls
3
to_c
Method · 0.80
Device
Class · 0.50
load
Method · 0.45
Tested by
no test coverage detected