alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::onAcc::cpu::GenericLayer< T_Idx, T_Count > Struct Template Reference

#include <IdxLayer.hpp>

Public Member Functions

constexpr GenericLayer (T_Idx idx, T_Count count)
constexpr decltype(auto) count () const
constexpr decltype(auto) idx () const

Public Attributes

T_Count m_count
T_Idx m_idx

Detailed Description

template<typename T_Idx, typename T_Count>
struct alpaka::onAcc::cpu::GenericLayer< T_Idx, T_Count >

Definition at line 45 of file IdxLayer.hpp.

Constructor & Destructor Documentation

◆ GenericLayer()

template<typename T_Idx, typename T_Count>
alpaka::onAcc::cpu::GenericLayer< T_Idx, T_Count >::GenericLayer ( T_Idx idx,
T_Count count )
inlineconstexpr

Definition at line 47 of file IdxLayer.hpp.

Member Function Documentation

◆ count()

template<typename T_Idx, typename T_Count>
decltype(auto) alpaka::onAcc::cpu::GenericLayer< T_Idx, T_Count >::count ( ) const
inlineconstexpr

Definition at line 56 of file IdxLayer.hpp.

◆ idx()

template<typename T_Idx, typename T_Count>
decltype(auto) alpaka::onAcc::cpu::GenericLayer< T_Idx, T_Count >::idx ( ) const
inlineconstexpr

Definition at line 51 of file IdxLayer.hpp.

Member Data Documentation

◆ m_count

template<typename T_Idx, typename T_Count>
T_Count alpaka::onAcc::cpu::GenericLayer< T_Idx, T_Count >::m_count

Definition at line 62 of file IdxLayer.hpp.

◆ m_idx

template<typename T_Idx, typename T_Count>
T_Idx alpaka::onAcc::cpu::GenericLayer< T_Idx, T_Count >::m_idx

Definition at line 61 of file IdxLayer.hpp.


The documentation for this struct was generated from the following file: