#include <cstdint>
#include <tuple>
#include <fst/push.h>
#include <fst/script/fst-class.h>
Go to the source code of this file.
|
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) |
|