Home
last modified time | relevance | path

Searched refs:CLFFTScaleKernel (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLFFTScaleKernel.h37 class CLFFTScaleKernel : public ICLKernel
41 CLFFTScaleKernel();
43 CLFFTScaleKernel(const CLFFTScaleKernel &) = delete;
45 CLFFTScaleKernel &operator=(const CLFFTScaleKernel &) = delete;
47 CLFFTScaleKernel(CLFFTScaleKernel &&) = default;
49 CLFFTScaleKernel &operator=(CLFFTScaleKernel &&) = default;
51 ~CLFFTScaleKernel() = default;
DCLFFTScaleKernel.cpp74 CLFFTScaleKernel::CLFFTScaleKernel() in CLFFTScaleKernel() function in arm_compute::CLFFTScaleKernel
79 void CLFFTScaleKernel::configure(ICLTensor *input, ICLTensor *output, const FFTScaleKernelInfo &con… in configure()
84 void CLFFTScaleKernel::configure(const CLCompileContext &compile_context, ICLTensor *input, ICLTens… in configure()
120 Status CLFFTScaleKernel::validate(const ITensorInfo *input, const ITensorInfo *output, const FFTSca… in validate()
129 void CLFFTScaleKernel::run(const Window &window, cl::CommandQueue &queue) in run()
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLFFT1D.h38 class CLFFTScaleKernel; variable
94 std::unique_ptr<CLFFTScaleKernel> _scale_kernel;
/external/ComputeLibrary/src/runtime/CL/functions/
DCLFFT1D.cpp41 _scale_kernel(support::cpp14::make_unique<CLFFTScaleKernel>()), in CLFFT1D()
/external/ComputeLibrary/
DAndroid.bp155 "src/core/CL/kernels/CLFFTScaleKernel.cpp",
/external/ComputeLibrary/docs/
D00_introduction.dox746 - @ref CLFFTScaleKernel