Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/parallel/
D_tensor.py558 def _apply_reshape_operator(numpy_data, reshape_op): argument
597 def _apply_slice_operator(numpy_data, slice_op): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dmap_tensor_py.cc60 const std::tuple<py::array, py::array, py::array> &numpy_data) { in UpdateFromNumpy()