Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/pynative/
Dpynative_execute_test.cc49 py::object tensor_py_module = py::module::import("mindspore.common.tensor").attr("Tensor"); in ConstructOpExecInfo() local
54 py::object weight = tensor_py_module(np_float32(np_ones(weight_dim))); in ConstructOpExecInfo()
57 py::object input = tensor_py_module(np_float32(np_ones(inputs_dim))); in ConstructOpExecInfo()