MCPcopy Create free account
hub / github.com/apache/singa / __init__

Method __init__

examples/ms_model_mlp/model.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 """
75
76 def __init__(self):
77 super(SumErrorLayer, self).__init__()
78
79 def forward(self, x):
80 return se_loss(x)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected