Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/numpy/
D__init__.py43 triu_indices_from, tril_indices_from, histogram_bin_edges, pad)
Darray_creations.py2024 def tril_indices_from(arr, k=0): function
/third_party/mindspore/tests/st/numpy_native/
Dtest_array_creations.py879 mnp_res = mnp.tril_indices_from(t, k)
880 onp_res = onp.tril_indices_from(t.asnumpy(), k)