Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dgriffin_lim_op.h32 …GriffinLimOp(int32_t n_fft, int32_t n_iter, int32_t win_length, int32_t hop_length, WindowType win… in GriffinLimOp()
Daudio_utils.cc2029int32_t n_iter, int32_t win_length, int32_t hop_length, WindowType window_type, float power, in GriffinLimImpl()
2134 …nst std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, int32_t n_fft, int32_t n_iter, in GriffinLim()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/boost/
Dbase.py400 def _randomized_svd(data, n_component, n_oversample=10, n_iter=1): argument
449 def _randomized_range_finder(data, size, n_iter=1): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Dgriffin_lim_ir.cc26 GriffinLimOperation::GriffinLimOperation(int32_t n_fft, int32_t n_iter, int32_t win_length, int32_t… in GriffinLimOperation()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/callback/
D_landscape.py1027 def _random_range_finder(self, a, size, n_iter, random_state=None): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/audio/kernels/ir/
Dbindings.cc363 float power, float momentum, int32_t length, bool rand_init) { in __anon1e47f7d63202()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dtransforms.py1566 …def __init__(self, n_fft=400, n_iter=32, win_length=None, hop_length=None, window_type=WindowType.… argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Daudio.cc466 GriffinLim::GriffinLim(int32_t n_fft, int32_t n_iter, int32_t win_length, int32_t hop_length, Windo… in GriffinLim()