Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Ddepthwise_conv_hybrid.h409 int thread_count_batch = HowManyConvThreads(output_shape, filter_shape, 0); in DepthwiseConvHybridPerChannel() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h452 int thread_count_batch = HowManyConvThreads(output_shape, filter_shape, 0); variable
554 int thread_count_batch = HowManyConvThreads(output_shape, filter_shape, 0); variable