CommandAttributes Struct Reference

#include <nnet-analyze.h>

Collaboration diagram for CommandAttributes:

Public Member Functions

 CommandAttributes ()
 

Public Attributes

std::vector< int32variables_read
 
std::vector< int32variables_written
 
std::vector< int32submatrices_read
 
std::vector< int32submatrices_written
 
std::vector< int32matrices_read
 
std::vector< int32matrices_written
 
bool has_side_effects
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CommandAttributes()

CommandAttributes ( )
inline

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

References kaldi::nnet3::PrintCommandAttributes().

Member Data Documentation

◆ has_side_effects

bool has_side_effects

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

Referenced by kaldi::nnet3::ComputeCommandAttributes().

◆ matrices_read

◆ matrices_written

◆ submatrices_read

std::vector<int32> submatrices_read

◆ submatrices_written

std::vector<int32> submatrices_written

◆ variables_read

◆ variables_written


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