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

/gem5/ext/pybind11/tests/
H A Dtest_numpy_array.cpp18 struct DtypeCheck { struct
24 DtypeCheck get_dtype_check(const char* name) {
26 DtypeCheck check{};
32 std::vector<DtypeCheck> get_concrete_dtype_checks() {
140 py::class_<DtypeCheck>(sm, "DtypeCheck")
141 .def_readonly("numpy", &DtypeCheck::numpy)
142 .def_readonly("pybind11", &DtypeCheck::pybind11)
143 .def("__repr__", [](const DtypeCheck& self) {
144 return py::str("<DtypeCheck nump
[all...]

Completed in 3 milliseconds