CuBlockMatrix< Real >::BlockMatrixData Struct Reference

#include <cu-block-matrix.h>

Collaboration diagram for CuBlockMatrix< Real >::BlockMatrixData:

Public Attributes

MatrixIndexT num_rows
 
MatrixIndexT num_cols
 
MatrixIndexT row_offset
 
MatrixIndexT col_offset
 

Detailed Description

template<typename Real>
struct kaldi::CuBlockMatrix< Real >::BlockMatrixData

Definition at line 113 of file cu-block-matrix.h.

Member Data Documentation

◆ col_offset

MatrixIndexT col_offset

Definition at line 117 of file cu-block-matrix.h.

Referenced by CuBlockMatrix< Real >::CuBlockMatrix().

◆ num_cols

MatrixIndexT num_cols

Definition at line 115 of file cu-block-matrix.h.

Referenced by CuBlockMatrix< Real >::CuBlockMatrix().

◆ num_rows

MatrixIndexT num_rows

Definition at line 114 of file cu-block-matrix.h.

Referenced by CuBlockMatrix< Real >::CuBlockMatrix().

◆ row_offset

MatrixIndexT row_offset

Definition at line 116 of file cu-block-matrix.h.

Referenced by CuBlockMatrix< Real >::CuBlockMatrix().


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