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

Method __init__

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

Source from the content-addressed store, hash-verified

38class SumError(Operator):
39
40 def __init__(self):
41 super(SumError, self).__init__()
42 # self.t = t.data
43
44 def forward(self, x):
45 # self.err = singa.__sub__(x, self.t)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected