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

/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h282 static constexpr auto extents = _(""); member in struct:array_info_scalar
285 // Computes underlying type and a comma-separated list of extents for array
295 // appends the extents to shape
301 static constexpr auto extents = _<array_info<T>::is_array>( member in struct:array_info
302 concat(_<N>(), array_info<T>::extents), _<N>()
306 // the size in the array extents.
974 static constexpr auto extents = _("(") + array_info<T>::extents + _(")");
975 return extents.text + format_descriptor<remove_all_extents_t<T>>::format();
1065 static constexpr auto name = _("(") + array_info<T>::extents
[all...]

Completed in 7 milliseconds