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

Method forward

imperative/python/megengine/module/elemwise.py:19–20  ·  view source on GitHub ↗
(self, *inps)

Source from the content-addressed store, hash-verified

17 self.method = method
18
19 def forward(self, *inps):
20 return _elwise(*inps, mode=self.method)

Callers

nothing calls this directly

Calls 1

_elwiseFunction · 0.50

Tested by

no test coverage detected