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

Class AbstractVar

imperative/python/megengine/xla/ir_utils.py:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class AbstractVar:
43 def __init__(self, _id, _shape, _dtype) -> None:
44 self.id = _id
45 self.shape = _shape
46 self.dtype = _dtype
47 self.bound_data = None
48
49
50class Pass(ABC):

Callers 2

__call__Method · 0.85
__call__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected