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

Function NewStarWorker

tensorflow/contrib/star/star_worker_service.cc:619–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619std::unique_ptr<StarWorker> NewStarWorker(WorkerEnv* worker_env) {
620 return std::unique_ptr<StarWorker>(new StarWorker(worker_env));
621}
622
623std::unique_ptr<StarWorkerService> NewStarWorkerService(StarWorker* worker) {
624 return std::unique_ptr<StarWorkerService>(

Callers 1

CreateWorkerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected