Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CL/kernels/
DCLDepthwiseConvolutionLayerNativeKernel.h37 class CLDepthwiseConvolutionLayerNativeKernel : public ICLKernel
41 CLDepthwiseConvolutionLayerNativeKernel();
43CLDepthwiseConvolutionLayerNativeKernel(const CLDepthwiseConvolutionLayerNativeKernel &) = delete;
45CLDepthwiseConvolutionLayerNativeKernel &operator=(const CLDepthwiseConvolutionLayerNativeKernel &…
47 CLDepthwiseConvolutionLayerNativeKernel(CLDepthwiseConvolutionLayerNativeKernel &&) = default;
49CLDepthwiseConvolutionLayerNativeKernel &operator=(CLDepthwiseConvolutionLayerNativeKernel &&) = d…
DCLDepthwiseConvolutionLayerNativeKernel.cpp157 CLDepthwiseConvolutionLayerNativeKernel::CLDepthwiseConvolutionLayerNativeKernel() in CLDepthwiseConvolutionLayerNativeKernel() function in arm_compute::CLDepthwiseConvolutionLayerNativeKernel
172 void CLDepthwiseConvolutionLayerNativeKernel::configure(ICLTensor *input, const ICLTensor *weights,… in configure()
179 void CLDepthwiseConvolutionLayerNativeKernel::configure(const CLCompileContext &compile_context, IC… in configure()
351 Status CLDepthwiseConvolutionLayerNativeKernel::validate(const ITensorInfo *input, const ITensorInf… in validate()
358 void CLDepthwiseConvolutionLayerNativeKernel::run(const Window &window, cl::CommandQueue &queue) in run()
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLDepthwiseConvolutionLayer.h36 class CLDepthwiseConvolutionLayerNativeKernel; variable
121 std::unique_ptr<CLDepthwiseConvolutionLayerNativeKernel> _dwc_native_kernel;
/external/ComputeLibrary/src/runtime/CL/functions/
DCLDepthwiseConvolutionLayer.cpp46 _dwc_native_kernel(std::make_unique<CLDepthwiseConvolutionLayerNativeKernel>()), in CLDepthwiseConvolutionLayer()
224 …ARM_COMPUTE_RETURN_ON_ERROR(CLDepthwiseConvolutionLayerNativeKernel::validate(&permuted_input, &pe… in validate()
233 …ARM_COMPUTE_RETURN_ON_ERROR(CLDepthwiseConvolutionLayerNativeKernel::validate(input, weights, bias… in validate()
/external/ComputeLibrary/tests/validation/CL/
DDepthwiseConvolutionLayerNative.cpp48 … CLDepthwiseConvolutionLayerNative = CLSynthetizeFunction<CLDepthwiseConvolutionLayerNativeKernel>;
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox96 - @ref CLDepthwiseConvolutionLayerNativeKernel
461 - @ref CLDepthwiseConvolutionLayerNativeKernel
914 …- @ref CLDepthwiseConvolutionLayerNativeKernel to replace the old generic depthwise convolution (s…
959 …CL generic depthwise convolution layer by introducing @ref CLDepthwiseConvolutionLayerNativeKernel.
/external/ComputeLibrary/
DAndroid.bp130 "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp",