MemoryCompressionOptimizer::MatrixCompressInfo Struct Reference
Collaboration diagram for MemoryCompressionOptimizer::MatrixCompressInfo:

Public Member Functions

 MatrixCompressInfo (int32 m, int32 forward_command_index, int32 backward_command_index, CuCompressedMatrixType compression_type, BaseFloat range, bool truncate)
 

Public Attributes

int32 m
 
int32 compression_command_index
 
int32 uncompression_command_index
 
CuCompressedMatrixType compression_type
 
BaseFloat range
 
bool truncate
 

Detailed Description

Definition at line 4724 of file nnet-optimize-utils.cc.

Constructor & Destructor Documentation

◆ MatrixCompressInfo()

Member Data Documentation

◆ compression_command_index

int32 compression_command_index

◆ compression_type

CuCompressedMatrixType compression_type

◆ m

◆ range

◆ truncate

bool truncate

◆ uncompression_command_index

int32 uncompression_command_index

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