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

Method GetOptimizer

include/singa/model/updater.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 /// Forward Apply() to Optimizer.
48 virtual void Apply(int step, const string& name, Tensor& grad, Tensor& value);
49 Optimizer* GetOptimizer() { return opt_; }
50
51 // No copy allowed.
52 Updater(const Updater&) = delete;

Callers 1

TrainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected