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

Method Schedule

tensorflow/contrib/star/star_worker_service.cc:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void StarWorkerService::Schedule(std::function<void()> f) {
264 worker_->env()->compute_pool->Schedule(std::move(f));
265}
266
267StarWorker* StarWorkerService::GetWorker() const {
268 return worker_;

Callers 15

AddRequestMethod · 0.45
ScheduleProcessMethod · 0.45
RegisterGraphAsyncMethod · 0.45
DeregisterGraphAsyncMethod · 0.45
RunGraphAsyncMethod · 0.45
StarRunGraphAsyncMethod · 0.45
CleanupGraphAsyncMethod · 0.45
CleanupAllAsyncMethod · 0.45
LoggingAsyncMethod · 0.45

Calls 1

envMethod · 0.45

Tested by 1

TESTFunction · 0.36