Searched refs:diagflat (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/numpy/ |
D | __init__.py | 40 tri, trace, meshgrid, mgrid, ogrid, diagflat,
|
D | array_creations.py | 1498 return diagflat(v, k=k) 1523 def diagflat(v, k=0): function
|
/third_party/mindspore/tests/st/numpy_native/ |
D | test_array_creations.py | 652 match_res(mnp.diagflat, onp.diagflat, arr, k=i)
|