Home
last modified time | relevance | path

Searched refs:CLDeconvolutionReshapeOutputKernel (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLDeconvolutionReshapeOutputKernel.h44 class CLDeconvolutionReshapeOutputKernel : public ICLSimpleKernel
48 CLDeconvolutionReshapeOutputKernel();
50 CLDeconvolutionReshapeOutputKernel(const CLDeconvolutionReshapeOutputKernel &) = delete;
52CLDeconvolutionReshapeOutputKernel &operator=(const CLDeconvolutionReshapeOutputKernel &) = delete;
54 CLDeconvolutionReshapeOutputKernel(CLDeconvolutionReshapeOutputKernel &&) = default;
56 CLDeconvolutionReshapeOutputKernel &operator=(CLDeconvolutionReshapeOutputKernel &&) = default;
58 ~CLDeconvolutionReshapeOutputKernel() = default;
DCLDeconvolutionReshapeOutputKernel.cpp112 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/
DCLGEMMDeconvolutionLayer.h42 class CLDeconvolutionReshapeOutputKernel; variable
142 std::unique_ptr<CLDeconvolutionReshapeOutputKernel> _deconv_reshape;
/external/ComputeLibrary/src/runtime/CL/functions/
DCLGEMMDeconvolutionLayer.cpp117 _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/
DAndroid.bp138 "src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp",
/external/ComputeLibrary/docs/
D00_introduction.dox743 - @ref CLDeconvolutionReshapeOutputKernel