Home
last modified time | relevance | path

Searched refs:ReweightType (Results 1 – 9 of 9) sorted by relevance

/external/openfst/src/include/fst/script/
Dpush.h28 typedef args::Package<MutableFstClass*, ReweightType, float, bool> PushArgs1;
43 ReweightType, float> PushArgs2;
58 void Push(MutableFstClass *ofst, ReweightType type, float delta = kDelta,
63 ReweightType dir, float delta);
Dreweight.h32 ReweightType> ReweightArgs;
48 ReweightType reweight_type);
/external/openfst/src/script/
Dpush.cc25 void Push(MutableFstClass *ofst, ReweightType dir, float delta, in Push()
33 ReweightType dir, float delta) { in Push()
Dreweight.cc25 ReweightType reweight_type) { in Reweight()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dpush.h41 void Push(MutableFst<Arc> *fst, ReweightType type) { in Push()
56 template <class Arc, ReweightType rtype>
Dreweight.h27 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enum
40 ReweightType type) { in Reweight()
/external/openfst/src/include/fst/
Dreweight.h32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enum
46 ReweightType type) { in Reweight()
Dpush.h99 ReweightType type,
123 template <class Arc, ReweightType rtype>
/external/openfst/src/bin/
Dfstreweight.cc55 fst::ReweightType reweight_type = FLAGS_to_final ? in main()