Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_kernels.cc254 has_attribute_enable_large_batch_splitting_ = true; in BatchFunctionKernel()
257 has_attribute_enable_large_batch_splitting_ = false; in BatchFunctionKernel()
289 RecordBatchSplitUsage(has_attribute_enable_large_batch_splitting_ in ComputeAsync()
H A Dbatch_kernels.h96 bool has_attribute_enable_large_batch_splitting_; variable