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

Method Schedule

tensorflow/core/lib/core/threadpool.cc:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void ThreadPool::Schedule(std::function<void()> fn) {
135 CHECK(fn != nullptr);
136 underlying_threadpool_->Schedule(std::move(fn));
137}
138
139int ThreadPool::NumShardsUsedByTransformRangeConcurrently(
140 const int64 block_size, const int64 total) {

Callers 7

TESTFunction · 0.45
BM_SequentialFunction · 0.45
BM_ParallelFunction · 0.45
TESTFunction · 0.45
BM_BlockingCounterFunction · 0.45
CostScheduleMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
BM_SequentialFunction · 0.36
BM_ParallelFunction · 0.36
TESTFunction · 0.36
BM_BlockingCounterFunction · 0.36
TESTFunction · 0.36