Searched refs:CLWinogradInputTransformKernel (Results 1 – 5 of 5) sorted by relevance
34 class CLWinogradInputTransformKernel : public ICLKernel38 CLWinogradInputTransformKernel();40 CLWinogradInputTransformKernel(const CLWinogradInputTransformKernel &) = delete;42 CLWinogradInputTransformKernel &operator=(const CLWinogradInputTransformKernel &) = delete;44 CLWinogradInputTransformKernel(CLWinogradInputTransformKernel &&) = default;46 CLWinogradInputTransformKernel &operator=(CLWinogradInputTransformKernel &&) = default;
98 CLWinogradInputTransformKernel::CLWinogradInputTransformKernel() in CLWinogradInputTransformKernel() function in CLWinogradInputTransformKernel103 BorderSize CLWinogradInputTransformKernel::border_size() const in border_size()108 void CLWinogradInputTransformKernel::configure(const ICLTensor *input, ICLTensor *output, const Win… in configure()113 void CLWinogradInputTransformKernel::configure(const CLCompileContext &compile_context, const ICLTe… in configure()225 Status CLWinogradInputTransformKernel::validate(const ITensorInfo *input, const ITensorInfo *output… in validate()234 void CLWinogradInputTransformKernel::run(const Window &window, cl::CommandQueue &queue) in run()
41 auto k = arm_compute::support::cpp14::make_unique<CLWinogradInputTransformKernel>(); in configure()49 …ARM_COMPUTE_RETURN_ON_ERROR(CLWinogradInputTransformKernel::validate(input, output, winograd_info)… in validate()
145 - @ref CLWinogradInputTransformKernel988 …- @ref CLWinogradFilterTransformKernel / @ref CLWinogradInputTransformKernel / @ref CLWinogradConv…989 - @ref CLWinogradInputTransformKernel / @ref CLWinogradInputTransform
243 "src/core/CL/kernels/CLWinogradInputTransformKernel.cpp",