FST
openfst-1.8.4
OpenFst Library
|
#include <fst/script/prune.h>
#include <cstdint>
#include <fst/properties.h>
#include <fst/script/fst-class.h>
#include <fst/script/script-impl.h>
#include <fst/script/weight-class.h>
Go to the source code of this file.
Namespaces | |
fst | |
fst::script | |
Functions | |
void | fst::script::Prune (const FstClass &ifst, MutableFstClass *ofst, const WeightClass &weight_threshold, int64_t state_threshold=kNoStateId, float delta=kDelta) |
void | fst::script::Prune (MutableFstClass *fst, const WeightClass &weight_threshold, int64_t state_threshold=kNoStateId, float delta=kDelta) |
fst::script::REGISTER_FST_OPERATION_3ARCS (Prune, FstPruneArgs1) | |
fst::script::REGISTER_FST_OPERATION_3ARCS (Prune, FstPruneArgs2) | |