Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dadaptive_shared_batch_scheduler.h321 int64 schedulable_time_micros() const { return schedulable_time_micros_; } in schedulable_time_micros() function
440 int64 delay_micros = batch->schedulable_time_micros() - GetEnv()->NowMicros(); in AddBatch()
478 if ((*it)->schedulable_time_micros() > now_micros) continue; in MaybeScheduleNextBatch()