Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.cc261 …TensorShape toShape({input->Size() / (input_shape[-1] * input_shape[-2] * input_shape[-3]), input_… in TimeStretch() local
584 TensorShape toShape = TensorShape({num_waveform, waveform_length}); in Fade() local