Home
last modified time | relevance | path

Searched defs:stft_matrix (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.cc1712 Status IRFFT(const Eigen::MatrixXcd &stft_matrix, Eigen::MatrixXd *inverse) { in IRFFT()
1773 Status ISTFT(const Eigen::MatrixXcd &stft_matrix, std::shared_ptr<Tensor> *output, int32_t n_fft, i… in ISTFT()
1924 Eigen::MatrixXcd stft_matrix(a, n); in Transistft() local