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

Method __init__

imperative/python/megengine/module/vision.py:217–218  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

215
216class ActiveBlur(Module):
217 def __init__(self, **kwargs):
218 super().__init__(**kwargs)
219
220 def forward(self, inp):
221 assert isinstance(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected