Searched defs:StrToWeight (Results 1 - 2 of 2) 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

Completed in 434 milliseconds