FST
openfst-1.8.4
OpenFst Library
|
#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>
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) | |