Searched refs:DepthwiseConvImplementation (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 78 typedef std::tuple<DepthwiseConvImplementation, int, QuantizationType, bool, 106 DepthwiseConvImplementation forced_invocation = 107 DepthwiseConvImplementation::kNone; 168 case DepthwiseConvImplementation::kUseNeon3x3: { in DispatchDepthwiseConvImpl() 219 case DepthwiseConvImplementation::kUseNeon3x3DotProduct: { in DispatchDepthwiseConvImpl() 233 DepthwiseConvImplementation::kUseNeon3x3DotProduct, in DispatchDepthwiseConvImpl() 242 case DepthwiseConvImplementation::kUseCModel3x3DotProduct: { in DispatchDepthwiseConvImpl() 269 DepthwiseConvImplementation::kUseCModel3x3DotProduct, in DispatchDepthwiseConvImpl() 276 case DepthwiseConvImplementation::kUseUnwound3x3DotProduct: { in DispatchDepthwiseConvImpl() 288 DepthwiseConvImplementation::kUseUnwound3x3DotProduct, in DispatchDepthwiseConvImpl() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_3x3_filter.h | 5784 template <DepthwiseConvImplementation implementation> 5800 DepthwiseConvImplementation::kUseNeon3x3DotProduct> { 5822 struct ProcessPerDepth<DepthwiseConvImplementation::kUseNeon3x3DotProduct, 5941 struct ProcessPerDepth<DepthwiseConvImplementation::kUseNeon3x3DotProduct, 6056 struct PackMacroBlock<DepthwiseConvImplementation::kUseNeon3x3DotProduct, 6287 struct PackMacroBlock<DepthwiseConvImplementation::kUseNeon3x3DotProduct, 6723 struct PackMacroBlock<DepthwiseConvImplementation::kUseNeon3x3DotProduct, 7132 struct PackMacroBlock<DepthwiseConvImplementation::kUseNeon3x3DotProduct, 7381 struct KernelMacroBlock<DepthwiseConvImplementation::kUseNeon3x3DotProduct, 8194 struct KernelMacroBlock<DepthwiseConvImplementation::kUseNeon3x3DotProduct, [all …]
|
D | depthwiseconv_3x3_filter_common.h | 506 template <DepthwiseConvImplementation implementation, 525 template <DepthwiseConvImplementation implementation, 544 template <DepthwiseConvImplementation implementation,
|
D | depthwiseconv_uint8_transitional.h | 72 struct ProcessPerDepth<DepthwiseConvImplementation::kUseCModel3x3DotProduct, 175 struct ProcessPerDepth<DepthwiseConvImplementation::kUseUnwound3x3DotProduct, 291 struct ProcessPerDepth<DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 437 DepthwiseConvImplementation::kUseCModel3x3DotProduct, quantization_type, 638 DepthwiseConvImplementation::kUseCModel3x3DotProduct, quantization_type, 756 struct PackMacroBlock<DepthwiseConvImplementation::kUseUnwound3x3DotProduct, 911 struct PackMacroBlock<DepthwiseConvImplementation::kUseUnwound3x3DotProduct, 923 PackMacroBlock<DepthwiseConvImplementation::kUseCModel3x3DotProduct, 934 DepthwiseConvImplementation::kUseUnwound3x3DotProduct, quantization_type, 1248 struct PackMacroBlock<DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, [all …]
|
D | depthwiseconv_uint8.h | 2031 DepthwiseConvImplementation::kUseNeon3x3DotProduct>(
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_uint8.h | 30 enum class DepthwiseConvImplementation { enum
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | depthwise_conv.h | 1838 DepthwiseConvImplementation::kUseNeon3x3DotProduct>(
|