Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ NewStarWorkerService
Function
NewStarWorkerService
tensorflow/contrib/star/star_worker_service.cc:623–626 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
}
622
623
std::unique_ptr<StarWorkerService> NewStarWorkerService(StarWorker* worker) {
624
return std::unique_ptr<StarWorkerService>(
625
new StarWorkerService(worker));
626
}
627
628
} // namespace tensorflow
Callers
1
CreateWorkerService
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected