Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/numpy/
D__init__.py40 tri, trace, meshgrid, mgrid, ogrid, diagflat,
Darray_creations.py1498 return diagflat(v, k=k)
1523 def diagflat(v, k=0): function
/third_party/mindspore/tests/st/numpy_native/
Dtest_array_creations.py652 match_res(mnp.diagflat, onp.diagflat, arr, k=i)