Home
last modified time | relevance | path

Searched refs:kLogarithmic (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h200 kLogarithmic = 2, ///< Fade shape is logarithmic mode. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.cc526 case FadeShape::kLogarithmic: in FadeIn()
558 case FadeShape::kLogarithmic: in FadeOut()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/audio/kernels/ir/
Dbindings.cc202 .value("DE_FADESHAPE_LOGARITHMIC", FadeShape::kLogarithmic) in __anona6eb1ce31c02()
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_audio_a_to_q_test.cc1213 auto fade_op = audio::Fade(80, 100, FadeShape::kLogarithmic); in TEST_F()
1324 auto fade_op_01 = audio::Fade(-20, 30, FadeShape::kLogarithmic); in TEST_F()
Dexecute_test.cc996 …:shared_ptr<TensorTransform> fade05 = std::make_shared<audio::Fade>(5, 6, FadeShape::kLogarithmic); in TEST_F()