Home
last modified time | relevance | path

Searched refs:ClIm2ColKernel (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/gpu/cl/kernels/
DClIm2ColKernel.h61 class ClIm2ColKernel : public IClKernel
65 ClIm2ColKernel();
66 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClIm2ColKernel);
DClIm2ColKernel.cpp298 ClIm2ColKernel::ClIm2ColKernel() in ClIm2ColKernel() function in arm_compute::opencl::kernels::ClIm2ColKernel
304 void ClIm2ColKernel::configure(const ClCompileContext &compile_context, ITensorInfo *src, ITensorIn… in configure()
355 Status ClIm2ColKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const Size2D &kerne… in validate()
366 void ClIm2ColKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) in run_op()
/external/ComputeLibrary/tests/validation/CL/
DIm2Col.cpp43 using ClIm2Col = ClSynthetizeOperatorWithBorder<opencl::kernels::ClIm2ColKernel>;
66 …const auto status = opencl::kernels::ClIm2ColKernel::validate(&input, &output, conv_size, PadSt… in TEST_CASE()
76 …const auto status = opencl::kernels::ClIm2ColKernel::validate(&input, &output, conv_size, PadSt… in TEST_CASE()
87 …const auto status = opencl::kernels::ClIm2ColKernel::validate(&input, &output, conv_size, PadSt… in TEST_CASE()
99 …const auto status = opencl::kernels::ClIm2ColKernel::validate(&input, &output, conv_si… in TEST_CASE()
111 …const auto status = opencl::kernels::ClIm2ColKernel::validate(&input, &output, conv_si… in TEST_CASE()
121 …const auto status = opencl::kernels::ClIm2ColKernel::validate(&input, &output, conv_size, PadSt… in TEST_CASE()
131 …const auto status = opencl::kernels::ClIm2ColKernel::validate(&input, &output, conv_size, PadSt… in TEST_CASE()
/external/ComputeLibrary/src/gpu/cl/operators/
DClGemmConv2d.h44 class ClIm2ColKernel; variable
165 std::unique_ptr<kernels::ClIm2ColKernel> _im2col_kernel;
DClGemmConv2d.cpp235 _im2col_kernel = std::make_unique<opencl::kernels::ClIm2ColKernel>(); in configure()
456 …ARM_COMPUTE_RETURN_ON_ERROR(opencl::kernels::ClIm2ColKernel::validate(src, &im2col_reshaped_info, … in validate()
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox151 - \link opencl::kernels::ClIm2ColKernel ClIm2ColKernel \endlink
/external/ComputeLibrary/
DAndroid.bp591 "src/gpu/cl/kernels/ClIm2ColKernel.cpp",