MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / __init__

Method __init__

python/oneflow/framework/model.py:54–55  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

52
53class NumpyDataModule(DataModule):
54 def __init__(self, *args, **kwargs):
55 super().__init__()
56
57 def forward(self, step_idx: int = 0, optimizer_idx: int = 0):
58 pass

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected