Home
last modified time | relevance | path

Searched refs:DepthwiseConvImplementation (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc78 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/
Ddepthwiseconv_uint8_3x3_filter.h5784 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 …]
Ddepthwiseconv_3x3_filter_common.h506 template <DepthwiseConvImplementation implementation,
525 template <DepthwiseConvImplementation implementation,
544 template <DepthwiseConvImplementation implementation,
Ddepthwiseconv_uint8_transitional.h72 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 …]
Ddepthwiseconv_uint8.h2031 DepthwiseConvImplementation::kUseNeon3x3DotProduct>(
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h30 enum class DepthwiseConvImplementation { enum
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv.h1838 DepthwiseConvImplementation::kUseNeon3x3DotProduct>(