Searched defs:DCShift (Results 1 – 3 of 3) sorted by relevance
159 Status DCShift(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, float shift, … in DCShift() function
199 DCShift::DCShift(float shift) : data_(std::make_shared<Data>(shift, shift)) {} in DCShift() function in mindspore::dataset::audio::DCShift201 DCShift::DCShift(float shift, float limiter_gain) : data_(std::make_shared<Data>(shift, limiter_gai… in DCShift() function in mindspore::dataset::audio::DCShift
332 class DCShift(AudioTensorOperation): class