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

Method __init__

python/oneflow/nn/modules/linear.py:48–49  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

46 """
47
48 def __init__(self, *args, **kwargs):
49 super().__init__()
50
51 def forward(self, input: Tensor) -> Tensor:
52 return input

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected