Searched refs:np_ones (Results 1 – 1 of 1) sorted by relevance
51 py::object np_ones = np_py_module.attr("ones"); 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()