Searched defs:batch_timeout_micros (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/ |
H A D | shared_batch_scheduler_test.cc | 118 size_t batch_timeout_micros, in CreateQueueOptions() 140 size_t batch_timeout_micros, in CreateQueueOptions() 208 const size_t batch_timeout_micros = 1 * 1000 * 1000; // 1 second in TEST_P() local 274 const size_t batch_timeout_micros = 10 * 1000; // 10 milli-seconds in TEST_P() local 358 const size_t batch_timeout_micros = 10; in TEST_P() local 416 const size_t batch_timeout_micros = 100 * 1000; // 100 milliseconds in TEST_P() local 461 const size_t batch_timeout_micros = 0; in TEST_P() local 561 const size_t batch_timeout_micros = 0; in TEST_P() local 635 const size_t batch_timeout_micros = 0; in TEST_P() local 691 const size_t batch_timeout_micros = 0; in TEST_P() local [all …]
|
H A D | adaptive_shared_batch_scheduler.h | 159 int64_t batch_timeout_micros = 0; member 344 int64_t batch_timeout_micros, uint64 traceme_context_id) in ASBSBatch()
|
H A D | batch_resource_base.cc | 162 void RecordBatchParamBatchTimeoutMicros(int64_t batch_timeout_micros, in RecordBatchParamBatchTimeoutMicros() 332 int32_t batch_timeout_micros, int32_t max_enqueued_batches, in GetBatcherQueueOptions() 363 int32_t max_batch_size, int32_t batch_timeout_micros, in GetAdaptiveBatcherQueueOptions()
|
H A D | basic_batch_scheduler.h | 197 int64_t batch_timeout_micros = 0; member
|
H A D | shared_batch_scheduler.h | 166 int64_t batch_timeout_micros = 0; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
H A D | runtime_fallback_batch_tf_opkernels.cc | 116 int32_t batch_timeout_micros, in Create() 140 int32_t max_batch_size, int32_t batch_timeout_micros, in Create()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | batch_ops.py | 31 batch_timeout_micros, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | batch_kernels.cc | 135 int32_t batch_timeout_micros, in Create() 159 int32_t max_batch_size, int32_t batch_timeout_micros, in Create()
|