Home
last modified time | relevance | path

Searched defs:n_steps (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dpitch_shift_op.h31 …PitchShiftOp(int32_t sample_rate, int32_t n_steps, int32_t bins_per_octave, int32_t n_fft, int32_t… in PitchShiftOp()
Daudio_utils.cc2556int32_t n_steps, int32_t bins_per_octave, int32_t n_fft, int32_t win_length, int32_t hop_length, in PitchShiftImpl()
2666int32_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/
Dpitch_shift_ir.cc28 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/
Daffine_grid_impl.cu81 __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/
Dbindings.cc601 int32_t hop_length, WindowType window) { in __anon4a2899b85602()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dtransforms.py2901 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/
Daudio.cc1001 PitchShift::PitchShift(int32_t sample_rate, int32_t n_steps, int32_t bins_per_octave, int32_t n_fft… in PitchShift()