Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Dlfcc_ir.cc26 … int32_t dct_type, NormMode norm, bool log_lf, int32_t n_fft, int32_t win_length, in LFCCOperation()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dlfcc_op.h52 …LFCCOp(int32_t sample_rate, int32_t n_filter, int32_t n_lfcc, int32_t dct_type, bool log_lf, int32… in LFCCOp()
Daudio_utils.cc2395 …int32_t n_filter, int32_t n_lfcc, int32_t dct_type, bool log_lf, int32_t n_fft, int32_t win_length, in LFCC()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/audio/kernels/ir/
Dbindings.cc415 WindowType window, BorderType pad_mode) { in __anon4a2899b83a02()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dtransforms.py1909 norm=NormMode.ORTHO, log_lf=False, speckwargs=None): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Daudio.cc615 … NormMode norm, bool log_lf, int32_t n_fft, int32_t win_length, int32_t hop_length, int32_t pad, in LFCC()