MCPcopy Create free account
hub / github.com/dmlc/parameter_server / ISGDCompNode

Class ISGDCompNode

src/learner/sgd.h:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91};
92
93class ISGDCompNode : public App {
94 public:
95 ISGDCompNode(const string& name)
96 : App(name), reporter_(schedulerID(), this) { }
97 virtual ~ISGDCompNode() { }
98
99 protected:
100 MonitorSlaver<SGDProgress> reporter_;
101};
102
103template <typename V>
104class MinibatchReader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected