This comparator object compares just the structural aspects of the NnetDiscriminativeExample without looking at the value of the features. More...
#include <nnet-discriminative-example.h>
Public Member Functions | |
bool | operator() (const NnetDiscriminativeExample &a, const NnetDiscriminativeExample &b) const |
bool | operator() (const NnetDiscriminativeExample *a, const NnetDiscriminativeExample *b) const |
This comparator object compares just the structural aspects of the NnetDiscriminativeExample without looking at the value of the features.
Definition at line 147 of file nnet-discriminative-example.h.
bool operator() | ( | const NnetDiscriminativeExample & | a, |
const NnetDiscriminativeExample & | b | ||
) | const |
Definition at line 410 of file nnet-discriminative-example.cc.
References rnnlm::i, NnetDiscriminativeExample::inputs, and NnetDiscriminativeExample::outputs.
|
inline |
Definition at line 151 of file nnet-discriminative-example.h.
References kaldi::nnet3::GetDiscriminativeComputationRequest(), kaldi::nnet3::MergeDiscriminativeExamples(), kaldi::nnet3::MergeSupervision(), and kaldi::nnet3::ShiftDiscriminativeExampleTimes().