You can view this as an overflow from nnet-simple-component.h. More...
#include "nnet3/nnet-common.h"#include "nnet3/nnet-component-itf.h"#include "nnet3/natural-gradient-online.h"#include <iostream>

Go to the source code of this file.
Classes | |
| class | ConvolutionComponent | 
| WARNING, this component is deprecated in favor of TimeHeightConvolutionComponent, and will be deleted.  More... | |
| class | LstmNonlinearityComponent | 
| class | MaxpoolingComponent | 
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:  | |
| kaldi::nnet3 | |
You can view this as an overflow from nnet-simple-component.h.
It contains components which meet the definition of "simple" components, i.e. they set the kSimpleComponent flag, but which are more special-purpose, i.e. they are specific to special layer types such as LSTMs, CNNs and GRUs.
Definition in file nnet-combined-component.h.