#include <nnet-analyze.h>

Public Member Functions | |
| CommandAttributes () | |
Public Attributes | |
| std::vector< int32 > | variables_read | 
| std::vector< int32 > | variables_written | 
| std::vector< int32 > | submatrices_read | 
| std::vector< int32 > | submatrices_written | 
| std::vector< int32 > | matrices_read | 
| std::vector< int32 > | matrices_written | 
| bool | has_side_effects | 
Definition at line 44 of file nnet-analyze.h.
      
  | 
  inline | 
| bool has_side_effects | 
Definition at line 65 of file nnet-analyze.h.
Referenced by kaldi::nnet3::ComputeCommandAttributes().
| std::vector<int32> matrices_read | 
Definition at line 59 of file nnet-analyze.h.
Referenced by kaldi::nnet3::ComputeCommandAttributes(), kaldi::nnet3::ComputeMatrixAccesses(), kaldi::nnet3::PrintCommandAttributes(), and ComputationVariables::RecordAccessForSubmatrix().
| std::vector<int32> matrices_written | 
Definition at line 61 of file nnet-analyze.h.
Referenced by kaldi::nnet3::ComputeCommandAttributes(), kaldi::nnet3::ComputeMatrixAccesses(), kaldi::nnet3::PrintCommandAttributes(), and ComputationVariables::RecordAccessForSubmatrix().
| std::vector<int32> submatrices_read | 
Definition at line 54 of file nnet-analyze.h.
Referenced by kaldi::nnet3::ComputeCommandAttributes(), and ComputationVariables::RecordAccessForSubmatrix().
| std::vector<int32> submatrices_written | 
Definition at line 56 of file nnet-analyze.h.
Referenced by kaldi::nnet3::ComputeCommandAttributes(), and ComputationVariables::RecordAccessForSubmatrix().
| std::vector<int32> variables_read | 
Definition at line 49 of file nnet-analyze.h.
Referenced by kaldi::nnet3::ComputeCommandAttributes(), kaldi::nnet3::ComputeVariableAccesses(), kaldi::nnet3::PrintCommandAttributes(), and ComputationVariables::RecordAccessForSubmatrix().
| std::vector<int32> variables_written | 
Definition at line 51 of file nnet-analyze.h.
Referenced by kaldi::nnet3::ComputeCommandAttributes(), kaldi::nnet3::ComputeVariableAccesses(), kaldi::nnet3::PrintCommandAttributes(), and ComputationVariables::RecordAccessForSubmatrix().