Searched refs:CLDeconvolutionReshapeOutputKernel (Results 1 – 6 of 6) sorted by relevance
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLDeconvolutionReshapeOutputKernel.h | 44 class CLDeconvolutionReshapeOutputKernel : public ICLSimpleKernel 48 CLDeconvolutionReshapeOutputKernel(); 50 CLDeconvolutionReshapeOutputKernel(const CLDeconvolutionReshapeOutputKernel &) = delete; 52 …CLDeconvolutionReshapeOutputKernel &operator=(const CLDeconvolutionReshapeOutputKernel &) = delete; 54 CLDeconvolutionReshapeOutputKernel(CLDeconvolutionReshapeOutputKernel &&) = default; 56 CLDeconvolutionReshapeOutputKernel &operator=(CLDeconvolutionReshapeOutputKernel &&) = default; 58 ~CLDeconvolutionReshapeOutputKernel() = default;
|
D | CLDeconvolutionReshapeOutputKernel.cpp | 112 CLDeconvolutionReshapeOutputKernel::CLDeconvolutionReshapeOutputKernel() in CLDeconvolutionReshapeOutputKernel() function in arm_compute::CLDeconvolutionReshapeOutputKernel 118 void CLDeconvolutionReshapeOutputKernel::configure(const ICLTensor *input, const ICLTensor *bias, I… in configure() 124 void CLDeconvolutionReshapeOutputKernel::configure(const CLCompileContext &compile_context, const I… in configure() 178 Status CLDeconvolutionReshapeOutputKernel::validate(const ITensorInfo *input, const ITensorInfo *bi… in validate() 185 void CLDeconvolutionReshapeOutputKernel::run(const Window &window, cl::CommandQueue &queue) in run()
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLGEMMDeconvolutionLayer.h | 42 class CLDeconvolutionReshapeOutputKernel; variable 142 std::unique_ptr<CLDeconvolutionReshapeOutputKernel> _deconv_reshape;
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLGEMMDeconvolutionLayer.cpp | 117 _deconv_reshape(support::cpp14::make_unique<CLDeconvolutionReshapeOutputKernel>()), in CLGEMMDeconvolutionLayer() 208 …ARM_COMPUTE_RETURN_ON_ERROR(CLDeconvolutionReshapeOutputKernel::validate(&gemm_output_info, bias, … in validate() 215 …ARM_COMPUTE_RETURN_ON_ERROR(CLDeconvolutionReshapeOutputKernel::validate(&gemm_output_info, bias, … in validate() 220 …ARM_COMPUTE_RETURN_ON_ERROR(CLDeconvolutionReshapeOutputKernel::validate(&gemm_output_info, bias, … in validate() 225 …ARM_COMPUTE_RETURN_ON_ERROR(CLDeconvolutionReshapeOutputKernel::validate(&gemm_output_info, bias, … in validate()
|
/external/ComputeLibrary/ |
D | Android.bp | 138 "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
|
/external/ComputeLibrary/docs/ |
D | 00_introduction.dox | 743 - @ref CLDeconvolutionReshapeOutputKernel
|