Searched refs:tensor_py_module (Results 1 – 1 of 1) sorted by relevance
49 py::object tensor_py_module = py::module::import("mindspore.common.tensor").attr("Tensor"); in ConstructOpExecInfo() local54 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()