Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbatch_resource_base.h133 : has_process_batch_function_(has_process_batch_function), in BatchResourceBase()
144 : has_process_batch_function_(has_process_batch_function), in BatchResourceBase()
247 const bool has_process_batch_function_; variable
H A Dbatch_resource_base.cc876 if (!has_process_batch_function_) { in LookupOrCreateBatcherQueue()