Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Constructs an iterator from a pair of iterators.
#include <pair.h>
Public Types | |
typedef T1 | first_type |
typedef T2 | second_type |
Public Member Functions | |
CUTLASS_HOST_DEVICE | Pair () |
Default constructor. More... | |
CUTLASS_HOST_DEVICE | Pair (T1 const &first_, T2 const &second_) |
Constructs a pair. More... | |
Public Attributes | |
T1 | first |
T1 | second |
typedef T1 cutlass::platform::Pair< T1, T2 >::first_type |
typedef T2 cutlass::platform::Pair< T1, T2 >::second_type |
|
inline |
|
inline |
T1 cutlass::platform::Pair< T1, T2 >::first |
T1 cutlass::platform::Pair< T1, T2 >::second |