![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#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 |
Definition at line 45 of file IdxLayer.hpp.
|
inlineconstexpr |
Definition at line 47 of file IdxLayer.hpp.
|
inlineconstexpr |
Definition at line 56 of file IdxLayer.hpp.
|
inlineconstexpr |
Definition at line 51 of file IdxLayer.hpp.
| T_Count alpaka::onAcc::cpu::GenericLayer< T_Idx, T_Count >::m_count |
Definition at line 62 of file IdxLayer.hpp.
| T_Idx alpaka::onAcc::cpu::GenericLayer< T_Idx, T_Count >::m_idx |
Definition at line 61 of file IdxLayer.hpp.