LatticeIncrementalDecoderTpl< FST, Token >::TokenList Struct Reference

#include <lattice-incremental-decoder.h>

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

Public Member Functions

 TokenList ()
 

Public Attributes

Token * toks
 
bool must_prune_forward_links
 
bool must_prune_tokens
 
int32 num_toks
 

Detailed Description

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

Definition at line 614 of file lattice-incremental-decoder.h.

Constructor & Destructor Documentation

◆ TokenList()

Member Data Documentation

◆ must_prune_forward_links

bool must_prune_forward_links

Definition at line 616 of file lattice-incremental-decoder.h.

◆ must_prune_tokens

bool must_prune_tokens

Definition at line 617 of file lattice-incremental-decoder.h.

◆ num_toks

int32 num_toks

Definition at line 618 of file lattice-incremental-decoder.h.

◆ toks

Token* toks

Definition at line 615 of file lattice-incremental-decoder.h.


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