Searched refs:ClIndirectConv2dAddressPrecalculationKernel (Results 1 – 5 of 5) sorted by relevance
41 class ClIndirectConv2dAddressPrecalculationKernel : public IClKernel44 ClIndirectConv2dAddressPrecalculationKernel();45 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClIndirectConv2dAddressPrecalculationKernel);
72 ClIndirectConv2dAddressPrecalculationKernel::ClIndirectConv2dAddressPrecalculationKernel() in ClIndirectConv2dAddressPrecalculationKernel() function in arm_compute::opencl::kernels::ClIndirectConv2dAddressPrecalculationKernel77 void ClIndirectConv2dAddressPrecalculationKernel::configure(const CLCompileContext &compile_context… in configure()138 Status ClIndirectConv2dAddressPrecalculationKernel::validate(const ITensorInfo *src, const ITensorI… in validate()145 void ClIndirectConv2dAddressPrecalculationKernel::run_op(ITensorPack &tensors, const Window &window… in run_op()
72 auto k0 = std::make_unique<kernels::ClIndirectConv2dAddressPrecalculationKernel>(); in configure()106 …ARM_COMPUTE_RETURN_ON_ERROR(kernels::ClIndirectConv2dAddressPrecalculationKernel::validate(src, we… in validate()
48 …rectConv2dAddressPrecalculation = CLSynthetizeOperator<ClIndirectConv2dAddressPrecalculationKernel…
592 "src/gpu/cl/kernels/ClIndirectConv2dAddressPrecalculationKernel.cpp",