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

Method load

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

Source from the content-addressed store, hash-verified

635
636 @classmethod
637 def load(cls, opr):
638 obj = super(Linspace, cls).load(opr)
639 obj.params["comp_node"] = opr.outputs[0].comp_node
640 return obj
641
642
643class Eye(OpNode):

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected