Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
#include <zip_tensor_ref.h>
Public Types | |
typedef First_ | First |
First tensor ref. More... | |
typedef Second_ | Second |
Second tensor ref. More... | |
Public Member Functions | |
CUTLASS_HOST_DEVICE | ZipTensorRef () |
CUTLASS_HOST_DEVICE | ZipTensorRef (First const &_first, Second const &_second) |
Public Attributes | |
First | first |
First TensorRef. More... | |
Second | second |
Second TensorRef. More... | |
typedef First_ cutlass::ZipTensorRef< First_, Second_ >::First |
typedef Second_ cutlass::ZipTensorRef< First_, Second_ >::Second |
|
inline |
|
inline |
First cutlass::ZipTensorRef< First_, Second_ >::first |
Second cutlass::ZipTensorRef< First_, Second_ >::second |