Home
last modified time | relevance | path

Searched defs:creation_time_micros (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dserial_device_batch_scheduler.h243 SDBSBatch(SDBSQueue<TaskType>* queue, int64_t creation_time_micros) in SDBSBatch()
250 int64_t creation_time_micros() const { return creation_time_micros_; } in creation_time_micros() function
H A Dadaptive_shared_batch_scheduler.h343 ASBSBatch(ASBSQueue<TaskType>* queue, int64_t creation_time_micros, in ASBSBatch()
354 int64_t creation_time_micros() const { return creation_time_micros_; } in creation_time_micros() function