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

Method __init__

imperative/python/megengine/module/vision.py:746–749  ·  view source on GitHub ↗
(self, vertical=True, horizontal=True)

Source from the content-addressed store, hash-verified

744 """
745
746 def __init__(self, vertical=True, horizontal=True):
747 super().__init__()
748 self.vertical = vertical
749 self.horizontal = horizontal
750
751 def forward(self, inp):
752 assert isinstance(

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected