Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/
DNEDepthwiseConvolutionLayerNativeKernel.h41 class NEDepthwiseConvolutionLayerNativeKernel : public INEKernel
49 NEDepthwiseConvolutionLayerNativeKernel();
51NEDepthwiseConvolutionLayerNativeKernel(const NEDepthwiseConvolutionLayerNativeKernel &) = delete;
53NEDepthwiseConvolutionLayerNativeKernel &operator=(const NEDepthwiseConvolutionLayerNativeKernel &…
55 NEDepthwiseConvolutionLayerNativeKernel(NEDepthwiseConvolutionLayerNativeKernel &&) = default;
57NEDepthwiseConvolutionLayerNativeKernel &operator=(NEDepthwiseConvolutionLayerNativeKernel &&) = d…
59 ~NEDepthwiseConvolutionLayerNativeKernel() = default;
116 …using DepthwiseFunctionPtr = void (NEDepthwiseConvolutionLayerNativeKernel::*)(const Window &windo…
DNEDepthwiseConvolutionLayerNativeKernel.cpp632 NEDepthwiseConvolutionLayerNativeKernel::NEDepthwiseConvolutionLayerNativeKernel() in NEDepthwiseConvolutionLayerNativeKernel() function in arm_compute::NEDepthwiseConvolutionLayerNativeKernel
637 void NEDepthwiseConvolutionLayerNativeKernel::configure(const ITensor *input, const ITensor *weight… in configure()
681 _func = &NEDepthwiseConvolutionLayerNativeKernel::run_depthwise<uint8_t, uint8_t>; in configure()
684 _func = &NEDepthwiseConvolutionLayerNativeKernel::run_depthwise<int8_t, int8_t>; in configure()
689 _func = &NEDepthwiseConvolutionLayerNativeKernel::run_depthwise<uint8_t, int8_t>; in configure()
693 _func = &NEDepthwiseConvolutionLayerNativeKernel::run_depthwise<int8_t, int8_t>; in configure()
698 _func = &NEDepthwiseConvolutionLayerNativeKernel::run_depthwise<float16_t, float16_t>; in configure()
702 _func = &NEDepthwiseConvolutionLayerNativeKernel::run_depthwise<float, float>; in configure()
719 Status NEDepthwiseConvolutionLayerNativeKernel::validate(const ITensorInfo *input, const ITensorInf… in validate()
727 void NEDepthwiseConvolutionLayerNativeKernel::run(const Window &window, const ThreadInfo &info) in run()
[all …]
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEDepthwiseConvolutionLayer.h36 class NEDepthwiseConvolutionLayerNativeKernel; variable
254 std::unique_ptr<NEDepthwiseConvolutionLayerNativeKernel> _depthwise_conv_kernel;
/external/ComputeLibrary/tests/validation/NEON/
DDepthwiseConvolutionLayerNative.cpp41 …Native = NESynthetizeFunctionWithZeroConstantKernelBorder<NEDepthwiseConvolutionLayerNativeKernel>;
127 NEDepthwiseConvolutionLayerNativeKernel dwc; in TEST_SUITE()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEDepthwiseConvolutionLayer.cpp249 …e_conv_kernel = arm_compute::support::cpp14::make_unique<NEDepthwiseConvolutionLayerNativeKernel>(… in configure()
292 …ARM_COMPUTE_RETURN_ON_ERROR(NEDepthwiseConvolutionLayerNativeKernel::validate(&permuted_input, &pe… in validate()
296 …ARM_COMPUTE_RETURN_ON_ERROR(NEDepthwiseConvolutionLayerNativeKernel::validate(input, weights, bias… in validate()
/external/ComputeLibrary/docs/
D00_introduction.dox133 - @ref NEDepthwiseConvolutionLayerNativeKernel
685 - @ref NEDepthwiseConvolutionLayerNativeKernel
/external/ComputeLibrary/
DAndroid.bp532 "src/core/NEON/kernels/NEDepthwiseConvolutionLayerNativeKernel.cpp",