Home
last modified time | relevance | path

Searched defs:allowed_batch_sizes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_batch_tf_opkernels.cc118 ArrayRef<int32_t> allowed_batch_sizes, in Create()
141 int32_t max_enqueued_batches, ArrayRef<int32_t> allowed_batch_sizes, in Create()
178 ArrayRef<int32_t> allowed_batch_sizes) in FallbackBatchResource()
193 ArrayRef<int32_t> allowed_batch_sizes) in FallbackBatchResource()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_kernels.cc137 const std::vector<int32>& allowed_batch_sizes, in Create()
161 const std::vector<int32>& allowed_batch_sizes, in Create()
183 std::vector<int32> allowed_batch_sizes) in BatchResource()
195 std::vector<int32> allowed_batch_sizes) in BatchResource()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbatch_resource_base.h132 std::vector<int32> allowed_batch_sizes) in BatchResourceBase()
143 std::vector<int32> allowed_batch_sizes) in BatchResourceBase()
H A Dbatch_resource_base.cc191 void RecordBatchParamAllowedBatchSizes(const string& allowed_batch_sizes, in RecordBatchParamAllowedBatchSizes()
333 const std::vector<int32>& allowed_batch_sizes, in GetBatcherQueueOptions()
365 const std::vector<int32>& allowed_batch_sizes) { in GetAdaptiveBatcherQueueOptions()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dbatch_ops.py32 allowed_batch_sizes=None, argument