The mixed radix FFT can be configured using TP_API
to use IO buffer ports (0) or streams (1).
When configured for streams, additional kernels are added on the input and output to convert from streams to IO-buffers and vice versa, because internally the kernel performing the FFT itself uses IO buffers.
When configured to use streams, two streams are used. Even samples are to be supplied on the first stream input, and odd samples are to be supplied on the second input. In a similar fashion, even samples out appear on the first port out and odd samples out on the second port out.
Streaming configuration is not supported for dynamic point size operation.