Searched refs:ClCol2ImKernel (Results 1 – 6 of 6) sorted by relevance
/external/ComputeLibrary/src/gpu/cl/kernels/ |
D | ClCol2ImKernel.h | 56 class ClCol2ImKernel : public IClKernel 60 ClCol2ImKernel(); 61 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClCol2ImKernel);
|
D | ClCol2ImKernel.cpp | 87 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/ |
D | Col2Im.cpp | 43 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/ |
D | ClGemmConv2d.h | 45 class ClCol2ImKernel; variable 168 std::unique_ptr<opencl::kernels::ClCol2ImKernel> _col2im_kernel;
|
D | ClGemmConv2d.cpp | 327 _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/ |
D | Android.bp | 562 "src/gpu/cl/kernels/ClCol2ImKernel.cpp",
|