Home
last modified time | relevance | path

Searched defs:is_always_strided (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h296 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } in is_always_strided() function
219 requires(__mdspan_detail::__layout_mapping_alike<_StridedLayoutMapping> && is_constructible_v<extents_type,typename _StridedLayoutMapping::extents_type> && _StridedLayoutMapping::is_always_unique ()&& _StridedLayoutMapping::is_always_strided ()) requires() argument
H A Dlayout_right.h165 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } in is_always_strided() function
H A Dlayout_left.h168 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } in is_always_strided() function
H A Dmdspan.h252 return mapping_type::is_always_strided(); in is_always_strided() function