Home
last modified time | relevance | path

Searched refs:_convert_pad_to_nd (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/numpy/
Darray_creations.py2172 stat_length = _convert_pad_to_nd(stat_length, ndim)
2215 end_values = _convert_pad_to_nd(end_values, ndim)
2342 pad_width = _convert_pad_to_nd(pad_width, arr_dim)
2363 def _convert_pad_to_nd(pad_values, ndim): function
2472 pad_width = _convert_pad_to_nd(pad_width, arr.ndim)
2484 constant_values = _convert_pad_to_nd(constant_values, arr.ndim)