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:379–383 ·
view source on GitHub ↗
(cls, opr)
Source
from the content-addressed store, hash-verified
377
378
@classmethod
379
def
load(cls, opr):
380
obj = super(TypeCvt, cls).load(opr)
381
t_dtype = opr.outputs[0].dtype
382
obj.params[
"dtype"
] = t_dtype
383
return
obj
384
385
386
class
MatrixInverse(OpNode):
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected