Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/numpy/
Darray_ops.py1807 def _check_indices(dims, indices, mode, allow_negative_index=True): function
2183 a = _check_indices(F.shape(choices)[0], a, mode, allow_negative_index=False)