MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CreateWorkerService

Method CreateWorkerService

tensorflow/contrib/star/star_server_base_lib.cc:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460StarWorkerService* StarServerBase::CreateWorkerService(
461 StarWorker* worker) {
462 return NewStarWorkerService(worker).release();
463}
464
465bool StarServerBase::GetRunGraphModeFlag(const ConfigProto& config) {
466 // NOTE(jiankeng.pt): run_graph_mode is only

Callers

nothing calls this directly

Calls 2

NewStarWorkerServiceFunction · 0.85
releaseMethod · 0.45

Tested by

no test coverage detected