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

Method __init__

imperative/python/megengine/traced_module/expr.py:545–549  ·  view source on GitHub ↗
(self, opdef)

Source from the content-addressed store, hash-verified

543 opdef = None
544
545 def __init__(self, opdef):
546 super().__init__()
547 assert isinstance(opdef, OpDef)
548 self.opdef = opdef
549 self.inputs = []
550
551 @classmethod
552 def make(cls, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected