Home
last modified time | relevance | path

Searched defs:arys (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/st/numpy_native/
Dtest_array_ops.py550 def mnp_atleast1d(*arys):
554 def onp_atleast1d(*arys):
558 def mnp_atleast2d(*arys):
562 def onp_atleast2d(*arys):
566 def mnp_atleast3d(*arys):
570 def onp_atleast3d(*arys):
/third_party/mindspore/mindspore/numpy/
Darray_ops.py734 def _atleast_xd(ndim, arys): argument
746 def atleast_1d(*arys):
787 def atleast_2d(*arys):
824 def atleast_3d(*arys):