Searched refs:FFTScaleKernelInfo (Results 1 – 8 of 8) sorted by relevance
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLFFTScaleKernel.h | 58 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);
|
D | CLFFTScaleKernel.cpp | 79 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/ |
D | NEFFTScaleKernel.h | 62 void configure(ITensor *input, ITensor *output, const FFTScaleKernelInfo &config); 71 …us validate(const ITensorInfo *input, const ITensorInfo *output, const FFTScaleKernelInfo &config);
|
D | NEFFTScaleKernel.cpp | 94 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/ |
D | TracePoint.cpp | 151 TRACE_TO_STRING(FFTScaleKernelInfo) 186 CONST_REF_CLASS(FFTScaleKernelInfo)
|
/external/ComputeLibrary/arm_compute/core/ |
D | KernelDescriptors.h | 33 struct FFTScaleKernelInfo struct
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEFFT1D.cpp | 94 FFTScaleKernelInfo scale_config; in configure()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLFFT1D.cpp | 102 FFTScaleKernelInfo scale_config; in configure()
|