| 50 | CLFFT1D::~CLFFT1D() = default; |
| 51 | |
| 52 | void CLFFT1D::configure(const ICLTensor *input, ICLTensor *output, const FFT1DInfo &config) |
| 53 | { |
| 54 | configure(CLKernelLibrary::get().get_compile_context(), input, output, config); |
| 55 | } |
| 56 | |
| 57 | void CLFFT1D::configure(const CLCompileContext &compile_context, |
| 58 | const ICLTensor *input, |
nothing calls this directly
no test coverage detected