Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Ddepthwise_conv_hybrid.h35 inline void DepthwiseConvInitAccBuffer(int num_output_pixels, int output_depth, in DepthwiseConvInitAccBuffer()
191 const int num_output_pixels = out_x_buffer_end - out_x_buffer_start; in DepthwiseConvHybridGeneral() local