
Public Attributes | |
| int32 | format | 
| float | min_value | 
| float | range | 
| int32 | num_rows | 
| int32 | num_cols | 
Definition at line 212 of file compressed-matrix.h.
| int32 format | 
Definition at line 213 of file compressed-matrix.h.
Referenced by CompressedMatrix::CompressedMatrix(), CompressedMatrix::ComputeGlobalHeader(), CompressedMatrix::CopyFromMat(), CompressedMatrix::CopyToMat(), CompressedMatrix::DataSize(), CompressedMatrix::Read(), and CompressedMatrix::Write().
| float min_value | 
Definition at line 214 of file compressed-matrix.h.
Referenced by CompressedMatrix::ComputeGlobalHeader(), CompressedMatrix::CopyToMat(), CompressedMatrix::FloatToUint16(), CompressedMatrix::FloatToUint8(), CompressedMatrix::Scale(), CompressedMatrix::Uint16ToFloat(), and CompressedMatrix::Write().
| int32 num_cols | 
Definition at line 220 of file compressed-matrix.h.
Referenced by CompressedMatrix::CompressedMatrix(), CompressedMatrix::ComputeGlobalHeader(), CompressedMatrix::CopyFromMat(), CompressedMatrix::CopyToMat(), CompressedMatrix::DataSize(), CompressedMatrix::Read(), and CompressedMatrix::Write().
| int32 num_rows | 
Definition at line 219 of file compressed-matrix.h.
Referenced by CompressedMatrix::CompressedMatrix(), CompressedMatrix::ComputeGlobalHeader(), CompressedMatrix::CopyFromMat(), CompressedMatrix::CopyToMat(), CompressedMatrix::DataSize(), and CompressedMatrix::Write().
| float range | 
Definition at line 218 of file compressed-matrix.h.
Referenced by CompressedMatrix::ComputeGlobalHeader(), CompressedMatrix::CopyToMat(), CompressedMatrix::FloatToUint16(), CompressedMatrix::FloatToUint8(), CompressedMatrix::Scale(), CompressedMatrix::Uint16ToFloat(), and CompressedMatrix::Write().