Access Struct Reference

#include <nnet-analyze.h>

Collaboration diagram for Access:

Public Member Functions

 Access (int32 command_index, AccessType access_type)
 
bool operator< (const Access &other) const
 

Public Attributes

int32 command_index
 
AccessType access_type
 

Detailed Description

Definition at line 221 of file nnet-analyze.h.

Constructor & Destructor Documentation

◆ Access()

Access ( int32  command_index,
AccessType  access_type 
)
inline

Definition at line 224 of file nnet-analyze.h.

Member Function Documentation

◆ operator<()

bool operator< ( const Access other) const
inline

Definition at line 226 of file nnet-analyze.h.

References Access::command_index, and kaldi::nnet3::ComputeVariableAccesses().

226  {
227  return command_index < other.command_index;
228  }

Member Data Documentation

◆ access_type

AccessType access_type

Definition at line 223 of file nnet-analyze.h.

Referenced by MemoryCompressionOptimizer::ProcessMatrix().

◆ command_index


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