Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
void StarWorkerService::Schedule(std::function<void()> f) {
264
worker_->env()->compute_pool->Schedule(std::move(f));
265
}
266
267
StarWorker* StarWorkerService::GetWorker() const {
268
return worker_;
Callers
15
AddRequest
Method · 0.45
ScheduleProcess
Method · 0.45
GetStatusAsyncWithOptions
Method · 0.45
CreateWorkerSessionAsync
Method · 0.45
DeleteWorkerSessionAsync
Method · 0.45
RegisterGraphAsync
Method · 0.45
DeregisterGraphAsync
Method · 0.45
RunGraphAsync
Method · 0.45
StarRunGraphAsync
Method · 0.45
CleanupGraphAsync
Method · 0.45
CleanupAllAsync
Method · 0.45
LoggingAsync
Method · 0.45
Calls
1
env
Method · 0.45
Tested by
1
TEST
Function · 0.36