FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
push.cc File Reference
#include <fst/script/push.h>
#include <cstdint>
#include <fst/properties.h>
#include <fst/reweight.h>
#include <fst/script/fst-class.h>
#include <fst/script/script-impl.h>
Include dependency graph for push.cc:

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Functions

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)
 
 fst::script::REGISTER_FST_OPERATION_3ARCS (Push, FstPushArgs1)
 
 fst::script::REGISTER_FST_OPERATION_3ARCS (Push, FstPushArgs2)