Searched refs:tril_indices (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/numpy/ |
D | __init__.py | 42 hanning, bartlett, blackman, triu_indices, tril_indices,
|
D | array_creations.py | 1963 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/ |
D | test_array_creations.py | 847 mnp_res = mnp.tril_indices(n, k, m) 848 onp_res = onp.tril_indices(n, k, m)
|