22 #ifndef KALDI_NNET2_NNET_COMPUTE_ONLINE_H_    23 #define KALDI_NNET2_NNET_COMPUTE_ONLINE_H_    80   std::vector<CuMatrix<BaseFloat> > 
data_;
   110 #endif  // KALDI_NNET2_NNET_COMPUTE_ONLINE_H_ This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
 
std::vector< CuMatrix< BaseFloat > > data_
 
std::vector< CuMatrix< BaseFloat > > reusable_component_inputs_
 
std::vector< ChunkInfo > chunk_info_
 
NnetOnlineComputer(const Nnet &nnet, bool pad_input)
 
This class represents a matrix that's stored on the GPU if we have one, and in memory if not...
 
void Flush(CuMatrix< BaseFloat > *output)
 
CuVector< BaseFloat > last_seen_input_frame_
 
KALDI_DISALLOW_COPY_AND_ASSIGN(NnetOnlineComputer)
 
CuMatrix< BaseFloat > unprocessed_buffer_
 
Matrix for CUDA computing. 
 
void Compute(const CuMatrixBase< BaseFloat > &input, CuMatrix< BaseFloat > *output)