Searched refs:ClIm2ColKernel (Results 1 – 7 of 7) sorted by relevance
/external/ComputeLibrary/src/gpu/cl/kernels/ |
D | ClIm2ColKernel.h | 61 class ClIm2ColKernel : public IClKernel 65 ClIm2ColKernel(); 66 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClIm2ColKernel);
|
D | ClIm2ColKernel.cpp | 298 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/ |
D | Im2Col.cpp | 43 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/ |
D | ClGemmConv2d.h | 44 class ClIm2ColKernel; variable 165 std::unique_ptr<kernels::ClIm2ColKernel> _im2col_kernel;
|
D | ClGemmConv2d.cpp | 235 _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/ |
D | release_version_and_change_log.dox | 151 - \link opencl::kernels::ClIm2ColKernel ClIm2ColKernel \endlink
|
/external/ComputeLibrary/ |
D | Android.bp | 591 "src/gpu/cl/kernels/ClIm2ColKernel.cpp",
|