MCPcopy 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
70void UnboundedThreadPool::Schedule(std::function<void()> fn) {
71 ScheduleOnWorkQueue(std::move(fn), /*done=*/nullptr);
72}
73
74int UnboundedThreadPool::NumThreads() const { return -1; }
75

Callers 9

ComputeAsyncMethod · 0.45
ComputeAsyncMethod · 0.45
ComputeAsyncMethod · 0.45
ComputeAsyncMethod · 0.45
FutureElementsManagerMethod · 0.45
ScheduleOnWorkQueueMethod · 0.45
ComputeAsyncMethod · 0.45

Calls

no outgoing calls

Tested by 1