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

Class Engine

src/system/system.h:4–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2namespace PS {
3
4class Engine : public Customer {
5 public:
6 Engine() : Customer("engine") { }
7 virtual ~Engine() { }
8
9 void start() {
10
11 }
12 void stop() {
13
14 }
15
16 private:
17};
18
19} // namespace PS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected