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:484–487 ·
view source on GitHub ↗
(cls, opr)
Source
from the content-addressed store, hash-verified
482
483
@classmethod
484
def
load(cls, opr):
485
obj = super(ConvBiasForward, cls).load(opr)
486
obj.params[
"dtype"
] = opr.outputs[0].dtype
487
return
obj
488
489
490
@register_flops(
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected