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

Method load

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

Source from the content-addressed store, hash-verified

693
694 @classmethod
695 def load(cls, opr):
696 obj = super(Dimshuffle, cls).load(opr)
697 del obj.params["ndim"]
698 return obj
699
700
701class Reshape(OpNode):

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected