Home
last modified time | relevance | path

Searched refs:FFTScaleKernelInfo (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLFFTScaleKernel.h58 void configure(ICLTensor *input, ICLTensor *output, const FFTScaleKernelInfo &config);
66 …leContext &compile_context, ICLTensor *input, ICLTensor *output, const FFTScaleKernelInfo &config);
75 …us validate(const ITensorInfo *input, const ITensorInfo *output, const FFTScaleKernelInfo &config);
DCLFFTScaleKernel.cpp79 void CLFFTScaleKernel::configure(ICLTensor *input, ICLTensor *output, const FFTScaleKernelInfo &con… in configure()
84 …ileContext &compile_context, ICLTensor *input, ICLTensor *output, const FFTScaleKernelInfo &config) in configure()
120 …el::validate(const ITensorInfo *input, const ITensorInfo *output, const FFTScaleKernelInfo &config) in validate()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEFFTScaleKernel.h62 void configure(ITensor *input, ITensor *output, const FFTScaleKernelInfo &config);
71 …us validate(const ITensorInfo *input, const ITensorInfo *output, const FFTScaleKernelInfo &config);
DNEFFTScaleKernel.cpp94 void NEFFTScaleKernel::configure(ITensor *input, ITensor *output, const FFTScaleKernelInfo &config) in configure()
111 …el::validate(const ITensorInfo *input, const ITensorInfo *output, const FFTScaleKernelInfo &config) in validate()
/external/ComputeLibrary/src/core/
DTracePoint.cpp151 TRACE_TO_STRING(FFTScaleKernelInfo)
186 CONST_REF_CLASS(FFTScaleKernelInfo)
/external/ComputeLibrary/arm_compute/core/
DKernelDescriptors.h33 struct FFTScaleKernelInfo struct
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEFFT1D.cpp94 FFTScaleKernelInfo scale_config; in configure()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLFFT1D.cpp102 FFTScaleKernelInfo scale_config; in configure()