Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Schedule
Method
Schedule
tensorflow/core/kernels/data/unbounded_thread_pool.cc:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void UnboundedThreadPool::Schedule(std::function<void()> fn) {
71
ScheduleOnWorkQueue(std::move(fn), /*done=*/nullptr);
72
}
73
74
int UnboundedThreadPool::NumThreads() const { return -1; }
75
Callers
9
ComputeAsync
Method · 0.45
ComputeAsync
Method · 0.45
ComputeAsync
Method · 0.45
ComputeAsync
Method · 0.45
CurrentElementsManager
Method · 0.45
FutureElementsManager
Method · 0.45
ScheduleOnWorkQueue
Method · 0.45
InitFunctionLibraryRuntime
Method · 0.45
ComputeAsync
Method · 0.45
Calls
no outgoing calls
Tested by
1
InitFunctionLibraryRuntime
Method · 0.36