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

Method __init__

examples/cnn_ms/msmlp/model.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 """
78
79 def __init__(self):
80 super(SumErrorLayer, self).__init__()
81
82 def forward(self, x):
83 return se_loss(x)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected