Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ Engine
Method
Engine
src/system/system.h:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
class Engine : public Customer {
5
public:
6
Engine() : Customer(
"engine"
) { }
7
virtual ~Engine() { }
8
9
void start() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected