Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ CreateRegularizer
Function
CreateRegularizer
include/singa/model/optimizer.h:171–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
float coefficient_;
170
};
171
inline std::shared_ptr<Regularizer> CreateRegularizer(std::string type) {
172
return std::make_shared<Regularizer>();
173
}
174
175
176
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected