This file contains declarations of components that are not "simple", meaning they care about the indexes they are operating on, don't return the kSimpleComponent flag in their Properties(), and may return a different number of outputs than inputs. 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.
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
kaldi::nnet3 | |
This file contains declarations of components that are not "simple", meaning they care about the indexes they are operating on, don't return the kSimpleComponent flag in their Properties(), and may return a different number of outputs than inputs.
Also see nnet-convolutional-component.h, which also contains number of convolution-related 'general' components.
Definition in file nnet-general-component.h.