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

Class FFT2DInfo

arm_compute/runtime/FunctionDescriptors.h:53–58  ·  view source on GitHub ↗

Descriptor used by the FFT2D function */

Source from the content-addressed store, hash-verified

51
52/** Descriptor used by the FFT2D function */
53struct FFT2DInfo
54{
55 unsigned int axis0{0}; /**< Axis to run first pass on. If same, multiple transforms are performed on single axis*/
56 unsigned int axis1{1}; /**< Axis to run second pass on. If same, multiple transforms are performed on single axis*/
57 FFTDirection direction{FFTDirection::Forward}; /**< Direction of the FFT. */
58};
59
60/** Descriptor used by the 2d Convolution function */
61struct Conv2dInfo

Callers 4

configureMethod · 0.85
configureMethod · 0.85
FFT.cppFile · 0.85
FFT.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected