18 template<
typename IndexVecType>
23 constexpr auto idx()
const
25 return IndexVecType::fill(0);
30 return IndexVecType::template fill<0>();
35 return IndexVecType::fill(1);
40 return IndexVecType::template fill<1u>();
44 template<
typename T_Idx,
typename T_Count>
51 constexpr decltype(
auto)
idx()
const
56 constexpr decltype(
auto)
count()
const
functionality which is usable on the accelerator compute device from within a kernel.
constexpr decltype(auto) unWrapp(T &&value)
constexpr decltype(auto) count() const
constexpr decltype(auto) idx() const
constexpr GenericLayer(T_Idx idx, T_Count count)
constexpr auto count() const
constexpr OneLayer()=default
constexpr auto idx() const
constexpr auto idx() const
constexpr auto count() const