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

Function rdft_1d

tests/validation/reference/DFT.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314template <typename T>
315SimpleTensor<T> rdft_1d(const SimpleTensor<T> &src)
316{
317 return rdft_1d_core(src, FFTDirection::Forward, false);
318}
319
320template <typename T>
321SimpleTensor<T> ridft_1d(const SimpleTensor<T> &src, bool is_odd)

Callers 1

DATA_TEST_CASEFunction · 0.85

Calls 1

rdft_1d_coreFunction · 0.85

Tested by

no test coverage detected