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

Method ISGDCompNode

src/learner/sgd.h:95–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93class ISGDCompNode : public App {
94 public:
95 ISGDCompNode(const string& name)
96 : App(name), reporter_(schedulerID(), this) { }
97 virtual ~ISGDCompNode() { }
98
99 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected