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

/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h79 struct numpy_type_info { struct
85 std::unordered_map<std::type_index, numpy_type_info> registered_dtypes;
87 numpy_type_info *get_type_info(const std::type_info& tinfo, bool throw_if_missing = true) {
96 template<typename T> numpy_type_info *get_type_info(bool throw_if_missing = true) {

Completed in 10 milliseconds