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