LatticeFasterDecoderTpl< FST, Token >::TokenList Struct Reference

#include <lattice-faster-decoder.h>

Collaboration diagram for LatticeFasterDecoderTpl< FST, Token >::TokenList:

Public Member Functions

 TokenList ()
 

Public Attributes

Token * toks
 
bool must_prune_forward_links
 
bool must_prune_tokens
 

Detailed Description

template<typename FST, typename Token = decoder::StdToken>
struct kaldi::LatticeFasterDecoderTpl< FST, Token >::TokenList

Definition at line 352 of file lattice-faster-decoder.h.

Constructor & Destructor Documentation

◆ TokenList()

Member Data Documentation

◆ must_prune_forward_links

bool must_prune_forward_links

Definition at line 354 of file lattice-faster-decoder.h.

◆ must_prune_tokens

bool must_prune_tokens

Definition at line 355 of file lattice-faster-decoder.h.

◆ toks

Token* toks

Definition at line 353 of file lattice-faster-decoder.h.


The documentation for this struct was generated from the following file: