Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/pynative/
Dpynative_execute_test.cc51 py::object np_ones = np_py_module.attr("ones"); 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()