Home
last modified time | relevance | path

Searched refs:extra_threads (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/
Dthreading_strategy.cc192 const int extra_threads = remaining_threads % frame_threads; in InitializeThreadPoolsForFrameParallel() local
206 threads_per_frame + static_cast<int>(i < extra_threads); in InitializeThreadPoolsForFrameParallel()
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dserial_device_batch_scheduler.h441 int extra_threads = in_flight_batches_limit_ - processing_threads_; in ProcessBatches() local
442 for (int i = 0; i < extra_threads; i++) { in ProcessBatches()