MCPcopy
hub / github.com/ddbourgin/numpy-ml / __init__

Method __init__

numpy_ml/tests/nn_torch_models.py:125–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123
124class TorchLinearActivation(nn.Module):
125 def __init__(self):
126 super(TorchLinearActivation, self).__init__()
127 pass
128
129 @staticmethod
130 def forward(input):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected