Class Rfft
Defined in File rfft.h
Inheritance Relationships
Base Type
public mindspore::ops::BaseOperator
Class Documentation
-
class Rfft : public mindspore::ops::BaseOperator
Rfft defined the operator prototype of computing discrete fourier transform of a real-valued signal.
Public Functions
-
inline Rfft()
Constructor.
-
void Init(const int64_t fft_length)
Method to init the op’s attributes.
- Parameters
fft_length – [in] Define the FFT length to compute discrete fourier transform.
-
void set_fft_length(const int64_t fft_length)
Method to set fft_length attribute.
- Parameters
fft_length – [in] Define the FFT length to compute discrete fourier transform.
-
int64_t get_fft_length() const
Method to get fft_length attribute.
- Returns
the FFT length.
-
inline Rfft()