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.h312 schedulable_time_micros_(creation_time_micros + batch_timeout_micros), in ASBSBatch()
321 int64 schedulable_time_micros() const { return schedulable_time_micros_; } in schedulable_time_micros()
328 const int64 schedulable_time_micros_; variable