Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Types | Public Member Functions | Public Attributes | List of all members
cutlass::ZipTensorRef< First_, Second_ > Struct Template Reference

#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...
 

Member Typedef Documentation

◆ First

template<typename First_, typename Second_>
typedef First_ cutlass::ZipTensorRef< First_, Second_ >::First

◆ Second

template<typename First_, typename Second_>
typedef Second_ cutlass::ZipTensorRef< First_, Second_ >::Second

Constructor & Destructor Documentation

◆ ZipTensorRef() [1/2]

template<typename First_, typename Second_>
CUTLASS_HOST_DEVICE cutlass::ZipTensorRef< First_, Second_ >::ZipTensorRef ( )
inline

◆ ZipTensorRef() [2/2]

template<typename First_, typename Second_>
CUTLASS_HOST_DEVICE cutlass::ZipTensorRef< First_, Second_ >::ZipTensorRef ( First const &  _first,
Second const &  _second 
)
inline

Member Data Documentation

◆ first

template<typename First_, typename Second_>
First cutlass::ZipTensorRef< First_, Second_ >::first

◆ second

template<typename First_, typename Second_>
Second cutlass::ZipTensorRef< First_, Second_ >::second

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