Searched refs:QuantizedDepthwiseConvKernel (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | depthwiseconv_uint8.h | 38 struct QuantizedDepthwiseConvKernel {}; struct 42 struct QuantizedDepthwiseConvKernel<true, 8, 2> { 89 struct QuantizedDepthwiseConvKernel<false, 8, 1> { 157 struct QuantizedDepthwiseConvKernel<false, 4, 2> { 227 struct QuantizedDepthwiseConvKernel<false, 2, 8> { 304 struct QuantizedDepthwiseConvKernel<false, 2, 2> { 370 struct QuantizedDepthwiseConvKernel<false, 2, 1> { 484 struct QuantizedDepthwiseConvKernel<false, 1, 2> { 544 struct QuantizedDepthwiseConvKernel<false, 1, 4> { 639 struct QuantizedDepthwiseConvKernel<false, 4, 1> { [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
H A D | depthwise_conv.h | 43 struct QuantizedDepthwiseConvKernel {}; struct 47 struct QuantizedDepthwiseConvKernel<true, 8, 2> { 93 struct QuantizedDepthwiseConvKernel<false, 8, 1> { 160 struct QuantizedDepthwiseConvKernel<false, 4, 2> { 228 struct QuantizedDepthwiseConvKernel<false, 2, 8> { 302 struct QuantizedDepthwiseConvKernel<false, 2, 2> { 365 struct QuantizedDepthwiseConvKernel<false, 2, 1> { 475 struct QuantizedDepthwiseConvKernel<false, 1, 2> { 533 struct QuantizedDepthwiseConvKernel<false, 1, 4> { 625 struct QuantizedDepthwiseConvKernel<false, 4, 1> { [all …]
|