Searched refs:CLDepthwiseConvolutionLayerNativeKernel (Results  1 – 7 of 7) sorted by relevance
| /external/ComputeLibrary/src/core/CL/kernels/ | 
| D | CLDepthwiseConvolutionLayerNativeKernel.h | 37 class CLDepthwiseConvolutionLayerNativeKernel : public ICLKernel 41     CLDepthwiseConvolutionLayerNativeKernel(); 43 … CLDepthwiseConvolutionLayerNativeKernel(const CLDepthwiseConvolutionLayerNativeKernel &) = delete; 45 …CLDepthwiseConvolutionLayerNativeKernel &operator=(const CLDepthwiseConvolutionLayerNativeKernel &… 47     CLDepthwiseConvolutionLayerNativeKernel(CLDepthwiseConvolutionLayerNativeKernel &&) = default; 49 …CLDepthwiseConvolutionLayerNativeKernel &operator=(CLDepthwiseConvolutionLayerNativeKernel &&) = d…
  | 
| D | CLDepthwiseConvolutionLayerNativeKernel.cpp | 157 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/ | 
| D | CLDepthwiseConvolutionLayer.h | 36 class CLDepthwiseConvolutionLayerNativeKernel;  variable 121     std::unique_ptr<CLDepthwiseConvolutionLayerNativeKernel> _dwc_native_kernel;
  | 
| /external/ComputeLibrary/src/runtime/CL/functions/ | 
| D | CLDepthwiseConvolutionLayer.cpp | 46       _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/ | 
| D | DepthwiseConvolutionLayerNative.cpp | 48 … CLDepthwiseConvolutionLayerNative = CLSynthetizeFunction<CLDepthwiseConvolutionLayerNativeKernel>;
  | 
| /external/ComputeLibrary/docs/user_guide/ | 
| D | release_version_and_change_log.dox | 96    - @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/ | 
| D | Android.bp | 130         "src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp",
  |