Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ forward
Method
forward
examples/ms_model_mlp/model.py:79–80 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
77
super(SumErrorLayer, self).__init__()
78
79
def
forward(self, x):
80
return
se_loss(x)
81
82
#### self-defined loss end
83
Callers
nothing calls this directly
Calls
1
se_loss
Function · 0.70
Tested by
no test coverage detected