Searched refs:test_array_ctors (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_numpy_dtypes.py188 np.testing.assert_array_equal(m.test_array_ctors(10 + i), data.reshape((3, 2)))
189 np.testing.assert_array_equal(m.test_array_ctors(20 + i), data.reshape((3, 2)))
191 np.testing.assert_array_equal(m.test_array_ctors(30 + i), data)
192 np.testing.assert_array_equal(m.test_array_ctors(40 + i), data)
H A Dtest_numpy_dtypes.cpp179 py::array_t<int32_t, 0> test_array_ctors(int i) { function
444 m.def("test_array_ctors", &test_array_ctors);

Completed in 7 milliseconds