FST  openfst-1.8.3
OpenFst Library
Namespaces | Typedefs | Functions
epsnormalize.h File Reference
#include <tuple>
#include <fst/epsnormalize.h>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/script/fst-class.h>
Include dependency graph for epsnormalize.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::FstEpsNormalizeArgs = std::tuple< const FstClass &, MutableFstClass *, EpsNormalizeType >
 

Functions

template<class Arc >
void fst::script::EpsNormalize (FstEpsNormalizeArgs *args)
 
void fst::script::EpsNormalize (const FstClass &ifst, MutableFstClass *ofst, EpsNormalizeType norm_type=EPS_NORM_INPUT)