Searched refs:NEDepthwiseConvolutionLayerNativeKernel (Results 1 – 7 of 7) sorted by relevance
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEDepthwiseConvolutionLayerNativeKernel.h | 41 class NEDepthwiseConvolutionLayerNativeKernel : public INEKernel 49 NEDepthwiseConvolutionLayerNativeKernel(); 51 … NEDepthwiseConvolutionLayerNativeKernel(const NEDepthwiseConvolutionLayerNativeKernel &) = delete; 53 …NEDepthwiseConvolutionLayerNativeKernel &operator=(const NEDepthwiseConvolutionLayerNativeKernel &… 55 NEDepthwiseConvolutionLayerNativeKernel(NEDepthwiseConvolutionLayerNativeKernel &&) = default; 57 …NEDepthwiseConvolutionLayerNativeKernel &operator=(NEDepthwiseConvolutionLayerNativeKernel &&) = d… 59 ~NEDepthwiseConvolutionLayerNativeKernel() = default; 116 …using DepthwiseFunctionPtr = void (NEDepthwiseConvolutionLayerNativeKernel::*)(const Window &windo…
|
D | NEDepthwiseConvolutionLayerNativeKernel.cpp | 632 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/ |
D | NEDepthwiseConvolutionLayer.h | 36 class NEDepthwiseConvolutionLayerNativeKernel; variable 254 std::unique_ptr<NEDepthwiseConvolutionLayerNativeKernel> _depthwise_conv_kernel;
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | DepthwiseConvolutionLayerNative.cpp | 41 …Native = NESynthetizeFunctionWithZeroConstantKernelBorder<NEDepthwiseConvolutionLayerNativeKernel>; 127 NEDepthwiseConvolutionLayerNativeKernel dwc; in TEST_SUITE()
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEDepthwiseConvolutionLayer.cpp | 249 …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/ |
D | 00_introduction.dox | 133 - @ref NEDepthwiseConvolutionLayerNativeKernel 685 - @ref NEDepthwiseConvolutionLayerNativeKernel
|
/external/ComputeLibrary/ |
D | Android.bp | 532 "src/core/NEON/kernels/NEDepthwiseConvolutionLayerNativeKernel.cpp",
|