Apache SINGA
A distributed deep learning platform .
|
Public Member Functions | |
JobManager (const std::string &host) | |
JobManager (const std::string &host, int timeout) | |
bool | Init () |
bool | GenerateJobID (int *id) |
bool | ListJobs (std::vector< JobInfo > *jobs) |
bool | ListJobProcs (int job, std::vector< std::string > *procs) |
bool | Remove (int job) |
bool | RemoveAllJobs () |
bool | CleanUp () |