FST  openfst-1.8.3
OpenFst Library
Namespaces | Typedefs | Functions
push.h File Reference
#include <cstdint>
#include <tuple>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/push.h>
#include <fst/reweight.h>
#include <fst/shortest-distance.h>
#include <fst/script/fst-class.h>
Include dependency graph for push.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::FstPushArgs1 = std::tuple< MutableFstClass *, ReweightType, float, bool >
 
using fst::script::FstPushArgs2 = std::tuple< const FstClass &, MutableFstClass *, uint8_t, ReweightType, float >
 

Functions

template<class Arc >
void fst::script::Push (FstPushArgs1 *args)
 
template<class Arc >
void fst::script::Push (FstPushArgs2 *args)
 
void fst::script::Push (MutableFstClass *fst, ReweightType type=REWEIGHT_TO_INITIAL, float delta=kShortestDelta, bool remove_total_weight=false)
 
void fst::script::Push (const FstClass &ifst, MutableFstClass *ofst, uint8_t flags, ReweightType rew_type, float delta=kShortestDelta)