MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / configure

Method configure

src/runtime/CL/functions/CLFFT1D.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

decompose_stagesFunction · 0.85
digit_reverse_indicesFunction · 0.85
validateFunction · 0.50
TensorShapeClass · 0.50
infoMethod · 0.45
emptyMethod · 0.45
num_channelsMethod · 0.45
initMethod · 0.45
allocatorMethod · 0.45
manageMethod · 0.45
sizeMethod · 0.45
allocateMethod · 0.45

Tested by

no test coverage detected