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

Method __mul__

imperative/python/megengine/xla/rules/hlotensor.py:121–124  ·  view source on GitHub ↗
(self, rhs)

Source from the content-addressed store, hash-verified

119 return sub(rhs, self)
120
121 def __mul__(self, rhs):
122 from .elemwise import mul
123
124 return mul(self, rhs)
125
126 def __rmul__(self, rhs):
127 from .elemwise import mul

Callers

nothing calls this directly

Calls 1

mulFunction · 0.50

Tested by

no test coverage detected