Structure containing size of the matrix plus stride. More...
#include <cu-matrixdim.h>

Public Attributes | |
| int32_cuda | rows | 
| int32_cuda | cols | 
| int32_cuda | stride | 
Structure containing size of the matrix plus stride.
This structure is an argument of most of the CUDA kernels.
Definition at line 46 of file cu-matrixdim.h.
| int32_cuda cols | 
Definition at line 48 of file cu-matrixdim.h.
Referenced by CuMatrixBase< float >::CopyColsFromVec().
| int32_cuda rows | 
Definition at line 47 of file cu-matrixdim.h.
Referenced by CuMatrixBase< float >::CopyColsFromVec(), and kaldi::cu::Randomize().
| int32_cuda stride | 
Definition at line 49 of file cu-matrixdim.h.
Referenced by CuTpMatrix< Real >::Invert().