|
| DecodableAmSgmm2Scaled (const AmSgmm2 &sgmm, const TransitionModel &tm, const Matrix< BaseFloat > &feats, const std::vector< std::vector< int32 > > &gselect, BaseFloat log_prune, BaseFloat scale, Sgmm2PerSpkDerivedVars *spk) |
|
| DecodableAmSgmm2Scaled (const AmSgmm2 &sgmm, const TransitionModel &tm, const Matrix< BaseFloat > *feats, const std::vector< std::vector< int32 > > *gselect, Sgmm2PerSpkDerivedVars *spk, BaseFloat log_prune, BaseFloat scale) |
| This version of the constructor takes ownership of the pointers "feats", "gselect" and "spk", and will delete them in its destructor. More...
|
|
virtual BaseFloat | LogLikelihood (int32 frame, int32 tid) |
| Returns the log likelihood, which will be negated in the decoder. More...
|
|
| DecodableAmSgmm2 (const AmSgmm2 &sgmm, const TransitionModel &tm, const Matrix< BaseFloat > &feats, const std::vector< std::vector< int32 > > &gselect, BaseFloat log_prune, Sgmm2PerSpkDerivedVars *spk) |
|
| DecodableAmSgmm2 (const AmSgmm2 &sgmm, const TransitionModel &tm, const Matrix< BaseFloat > *feats, const std::vector< std::vector< int32 > > *gselect, Sgmm2PerSpkDerivedVars *spk, BaseFloat log_prune) |
| This version of the constructor takes ownership of the pointers "feats", "gselect" and "spk", and will delete them when it is destroyed. More...
|
|
int32 | NumFramesReady () const |
| The call NumFramesReady() will return the number of frames currently available for this decodable object. More...
|
|
virtual int32 | NumIndices () const |
| Returns the number of states in the acoustic model (they will be indexed one-based, i.e. More...
|
|
virtual bool | IsLastFrame (int32 frame) const |
| Returns true if this is the last frame. More...
|
|
virtual | ~DecodableAmSgmm2 () |
|
virtual | ~DecodableInterface () |
|
Definition at line 99 of file decodable-am-sgmm2.h.