Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ __init__
Method
__init__
examples/cnn_ms/msmlp/model.py:41–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
class
SumError(Operator):
40
41
def
__init__(self):
42
super(SumError, self).__init__()
43
# self.t = t.data
44
45
def
forward(self, x):
46
# self.err = singa.__sub__(x, self.t)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected