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

/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h269 inline bool check_flags(const void* ptr, int flag) { function
673 return detail::check_flags(m_ptr, detail::npy_api::NPY_ARRAY_WRITEABLE_);
678 return detail::check_flags(m_ptr, detail::npy_api::NPY_ARRAY_OWNDATA_);

Completed in 5 milliseconds