Searched defs:ComplexNorm (Results 1 – 3 of 3) sorted by relevance
282 class ComplexNorm(AudioTensorOperation): class
447 Status ComplexNorm(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, float pow… in ComplexNorm() function
176 ComplexNorm::ComplexNorm(float power) : data_(std::make_shared<Data>(power)) {} in ComplexNorm() function in mindspore::dataset::audio::ComplexNorm