Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/numpy/
D__init__.py42 hanning, bartlett, blackman, triu_indices, tril_indices,
Darray_creations.py1963 def tril_indices(n, k=0, m=None): function
2053 return tril_indices(arr.shape[-2], k=k, m=arr.shape[-1])
/third_party/mindspore/tests/st/numpy_native/
Dtest_array_creations.py847 mnp_res = mnp.tril_indices(n, k, m)
848 onp_res = onp.tril_indices(n, k, m)