Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/numpy/
Darray_creations.py35 _raise_type_error, _expanded_shape, _check_is_float, _iota, _type_convert, \
431 out = _iota(mstype.float32, num)
434 out = _iota(mstype.float32, num) + start
437 out = _iota(mstype.float32, num) * step
440 out = _iota(mstype.float32, num) * step + start
529 incremental_expand = reshape(_iota(mstype.float32, num), iota_shape)
1718 exponent = _iota(x.dtype, N, increasing)
1805 n = _iota(mstype.float32, M)
1872 n = _iota(mstype.float32, M)
1903 n = _iota(mstype.float32, M)
Dutils_const.py442 def _iota(dtype, num, increasing=True): function
Darray_ops.py32 _tuple_slice, _expanded_shape, _seq_prod, _tuple_setitem, _iota, \
2081 dim_grid = _iota(mstype.int32, shape[i])