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

/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h132 NPY_ARRAY_WRITEABLE_ = 0x0400, enumerator in enum:npy_api::constants
572 flags = detail::npy_api::NPY_ARRAY_WRITEABLE_;
673 return detail::check_flags(m_ptr, detail::npy_api::NPY_ARRAY_WRITEABLE_);
H A Deigen.h223 array_proxy(a.ptr())->flags &= ~detail::npy_api::NPY_ARRAY_WRITEABLE_;

Completed in 13 milliseconds