nvmath.fft.UnsupportedLayoutError

exception nvmath.fft.UnsupportedLayoutError(message, permutation, axes)[source]

Error type for layouts not supported by the library.

Parameters:
  • message – The error message.

  • permutation – The permutation needed to convert the input layout to a supported layout to the FFT operation. The same permutation needs to be applied to the result to obtain the axis sequence corresponding to the non-permuted input.

  • axes – The dimensions along which the FFT is performed corresponding to the permuted operand layout.