Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/
Darray_creations.py1441 def meshgrid(*xi, sparse=False, indexing='xy'): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Darray_func.py3955 def meshgrid(*inputs, indexing='xy'): function