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

Method load

imperative/python/megengine/utils/network_node.py:583–586  ·  view source on GitHub ↗
(cls, opr)

Source from the content-addressed store, hash-verified

581
582 @classmethod
583 def load(cls, opr):
584 obj = super(Copy, cls).load(opr)
585 obj.params["comp_node"] = opr.outputs[0].comp_node
586 return obj
587
588
589class ArgsortForward(OpNode):

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected