Searched defs:MuLawDecoding (Results 1 – 3 of 3) sorted by relevance
612 class MuLawDecoding(AudioTensorOperation): class
493 Status MuLawDecoding(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, int qua… in MuLawDecoding() function
335 MuLawDecoding::MuLawDecoding(int32_t quantization_channels) : data_(std::make_shared<Data>(quantiza… in MuLawDecoding() function in mindspore::dataset::audio::MuLawDecoding