Home
last modified time | relevance | path

Searched refs:CLWinogradInputTransformKernel (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLWinogradInputTransformKernel.h34 class CLWinogradInputTransformKernel : public ICLKernel
38 CLWinogradInputTransformKernel();
40 CLWinogradInputTransformKernel(const CLWinogradInputTransformKernel &) = delete;
42 CLWinogradInputTransformKernel &operator=(const CLWinogradInputTransformKernel &) = delete;
44 CLWinogradInputTransformKernel(CLWinogradInputTransformKernel &&) = default;
46 CLWinogradInputTransformKernel &operator=(CLWinogradInputTransformKernel &&) = default;
DCLWinogradInputTransformKernel.cpp98 CLWinogradInputTransformKernel::CLWinogradInputTransformKernel() in CLWinogradInputTransformKernel() function in CLWinogradInputTransformKernel
103 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()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLWinogradInputTransform.cpp41 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()
/external/ComputeLibrary/docs/
D00_introduction.dox145 - @ref CLWinogradInputTransformKernel
988 …- @ref CLWinogradFilterTransformKernel / @ref CLWinogradInputTransformKernel / @ref CLWinogradConv…
989 - @ref CLWinogradInputTransformKernel / @ref CLWinogradInputTransform
/external/ComputeLibrary/
DAndroid.bp243 "src/core/CL/kernels/CLWinogradInputTransformKernel.cpp",