Searched defs:n_steps (Results 1 – 7 of 7) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/ |
| D | pitch_shift_op.h | 31 …PitchShiftOp(int32_t sample_rate, int32_t n_steps, int32_t bins_per_octave, int32_t n_fft, int32_t… in PitchShiftOp()
|
| D | audio_utils.cc | 2556 … int32_t n_steps, int32_t bins_per_octave, int32_t n_fft, int32_t win_length, int32_t hop_length, in PitchShiftImpl() 2666 … int32_t n_steps, int32_t bins_per_octave, int32_t n_fft, int32_t win_length, int32_t hop_length, in PitchShift()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/ |
| D | pitch_shift_ir.cc | 28 PitchShiftOperation::PitchShiftOperation(int32_t sample_rate, int32_t n_steps, int32_t bins_per_oct… in PitchShiftOperation()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | affine_grid_impl.cu | 81 __device__ T linspace(const int32_t &step, const int32_t &n_steps, const bool &align_corners) { in linspace() 93 __device__ half linspace(const int32_t &step, const int32_t &n_steps, const bool &align_corners) { in linspace() 133 size_t step, n_steps; in CalculateSparseBaseGrid4DKernel() local 223 size_t step, n_steps; in CalculateSparseBaseGrid5DKernel() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/audio/kernels/ir/ |
| D | bindings.cc | 601 int32_t hop_length, WindowType window) { in __anon4a2899b85602()
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/ |
| D | transforms.py | 2901 def __init__(self, sample_rate, n_steps, bins_per_octave=12, n_fft=512, win_length=None, argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/ |
| D | audio.cc | 1001 PitchShift::PitchShift(int32_t sample_rate, int32_t n_steps, int32_t bins_per_octave, int32_t n_fft… in PitchShift()
|