Searched refs:kUseUnwound3x3DotProduct (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 276 case DepthwiseConvImplementation::kUseUnwound3x3DotProduct: { in DispatchDepthwiseConvImpl() 288 DepthwiseConvImplementation::kUseUnwound3x3DotProduct, in DispatchDepthwiseConvImpl() 450 case DepthwiseConvImplementation::kUseUnwound3x3DotProduct: in DispatchDepthwiseConvImpl() 1247 kUseUnwound3x3DotProduct), // forced_invocation
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_uint8.h | 42 kUseUnwound3x3DotProduct, // 3x3 kernel, reference C model with unwound loops enumerator
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_transitional.h | 175 struct ProcessPerDepth<DepthwiseConvImplementation::kUseUnwound3x3DotProduct, 756 struct PackMacroBlock<DepthwiseConvImplementation::kUseUnwound3x3DotProduct, 911 struct PackMacroBlock<DepthwiseConvImplementation::kUseUnwound3x3DotProduct, 934 DepthwiseConvImplementation::kUseUnwound3x3DotProduct, quantization_type, 2850 DepthwiseConvImplementation::kUseUnwound3x3DotProduct, quantization_type, 3064 DepthwiseConvImplementation::kUseUnwound3x3DotProduct, quantization_type,
|