Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dtransforms.py605 class ComplexNorm(AudioTensorOperation): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Daudio.cc207 ComplexNorm::ComplexNorm(float power) : data_(std::make_shared<Data>(power)) {} in ComplexNorm() function in mindspore::dataset::audio::ComplexNorm
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.cc567 Status ComplexNorm(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, float pow… in ComplexNorm() function