Searched refs:ReweightType (Results 1 – 9 of 9) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | push.h | 28 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);
|
D | reweight.h | 32 ReweightType> ReweightArgs; 48 ReweightType reweight_type);
|
/external/openfst/src/script/ |
D | push.cc | 25 void Push(MutableFstClass *ofst, ReweightType dir, float delta, in Push() 33 ReweightType dir, float delta) { in Push()
|
D | reweight.cc | 25 ReweightType reweight_type) { in Reweight()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | push.h | 41 void Push(MutableFst<Arc> *fst, ReweightType type) { in Push() 56 template <class Arc, ReweightType rtype>
|
D | reweight.h | 27 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enum 40 ReweightType type) { in Reweight()
|
/external/openfst/src/include/fst/ |
D | reweight.h | 32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enum 46 ReweightType type) { in Reweight()
|
D | push.h | 99 ReweightType type, 123 template <class Arc, ReweightType rtype>
|
/external/openfst/src/bin/ |
D | fstreweight.cc | 55 fst::ReweightType reweight_type = FLAGS_to_final ? in main()
|