FST  openfst-1.8.3
OpenFst Library
Namespaces | Typedefs | Functions
decode.h File Reference
#include <tuple>
#include <utility>
#include <fst/encode.h>
#include <fst/mutable-fst.h>
#include <fst/script/encodemapper-class.h>
#include <fst/script/fst-class.h>
Include dependency graph for decode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Typedefs

using fst::script::FstDecodeArgs = std::pair< MutableFstClass *, const EncodeMapperClass & >
 

Functions

template<class Arc >
void fst::script::Decode (FstDecodeArgs *args)
 
void fst::script::Decode (MutableFstClass *fst, const EncodeMapperClass &encoder)