Searched defs:StrToWeight (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dcompile-impl.h93 fst_.SetFinal(s, StrToWeight(col[1], true));
107 arc.weight = StrToWeight(col[3], false);
118 arc.weight = StrToWeight(col[4], false);
187 Weight StrToWeight(const char *s, bool allow_zero) const { function in class:fst::FstCompiler
/external/openfst/src/include/fst/
H A Dutil.h249 Weight StrToWeight(const string &s, const string &src, size_t nline) { function in namespace:fst
254 FSTERROR() << "StrToWeight: Bad weight = \"" << s
/external/srec/tools/grxmlcompile/
H A Dfst-io.h246 fst_.SetFinal(s, StrToWeight(col[1], true));
260 arc.weight = StrToWeight(col[3], false);
271 arc.weight = StrToWeight(col[4], false);
338 Weight StrToWeight(const char *s, bool allow_zero) const { function in class:fst::FstReader

Completed in 126 milliseconds