Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/gpu/cl/kernels/
DClCol2ImKernel.h56 class ClCol2ImKernel : public IClKernel
60 ClCol2ImKernel();
61 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClCol2ImKernel);
DClCol2ImKernel.cpp87 ClCol2ImKernel::ClCol2ImKernel() in ClCol2ImKernel() function in arm_compute::opencl::kernels::ClCol2ImKernel
93 void ClCol2ImKernel::configure(const CLCompileContext &compile_context, ITensorInfo *src, ITensorIn… in configure()
134 Status ClCol2ImKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const Size2D &convo… in validate()
142 void ClCol2ImKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) in run_op()
/external/ComputeLibrary/tests/validation/CL/
DCol2Im.cpp43 using ClCol2Im = ClSynthetizeOperatorWithBorder<opencl::kernels::ClCol2ImKernel>;
62 … const auto status = opencl::kernels::ClCol2ImKernel::validate(&input, &output, conv_size); in TEST_CASE()
71 … const auto status = opencl::kernels::ClCol2ImKernel::validate(&input, &output, conv_size); in TEST_CASE()
80 … const auto status = opencl::kernels::ClCol2ImKernel::validate(&input, &output, conv_size); in TEST_CASE()
/external/ComputeLibrary/src/gpu/cl/operators/
DClGemmConv2d.h45 class ClCol2ImKernel; variable
168 std::unique_ptr<opencl::kernels::ClCol2ImKernel> _col2im_kernel;
DClGemmConv2d.cpp327 _col2im_kernel = std::make_unique<opencl::kernels::ClCol2ImKernel>(); in configure()
529 …ARM_COMPUTE_RETURN_ON_ERROR(kernels::ClCol2ImKernel::validate(gemm_output_to_use, dst, Size2D(conv… in validate()
/external/ComputeLibrary/
DAndroid.bp562 "src/gpu/cl/kernels/ClCol2ImKernel.cpp",