Home
last modified time | relevance | path

Searched refs:fifo_scheduling (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dadaptive_shared_batch_scheduler.h134 bool fifo_scheduling = false; member
476 if (options_.fifo_scheduling) { in AddBatch()
548 options_.fifo_scheduling ? fifo_batches_.empty() : batches_.empty(); in MaybeScheduleNextBatch()
557 if (options_.fifo_scheduling) { in MaybeScheduleNextBatch()
597 if (options_.fifo_scheduling) { in MaybeScheduleClosedBatchesLocked()
H A Dadaptive_shared_batch_scheduler_test.cc288 options.fifo_scheduling = true; in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_batch_tf_opkernels.cc361 adaptive_shared_batch_scheduler_options.fifo_scheduling = true; in ComputeAsync()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_kernels.cc330 adaptive_shared_batch_scheduler_options.fifo_scheduling = true; in ComputeAsync()