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

Method Loss

include/singa/model/loss.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31class Loss {
32public:
33 Loss() = default;
34 void Setup(const string &conf) {
35 LossConf loss;
36 loss.ParseFromString(conf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected