HomeSort by relevance Sort by last modified time
    Searched refs:StrToWeight (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/script/
compile-impl.h 92 fst_.SetFinal(s, StrToWeight(col[1], true));
106 arc.weight = StrToWeight(col[3], false);
117 arc.weight = StrToWeight(col[4], false);
186 Weight StrToWeight(const char *s, bool allow_zero) const {
weight-class.h 177 return new WeightClassImpl<W>(StrToWeight<W>(str, src, nline));
  /external/srec/tools/grxmlcompile/
fst-io.h 246 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 {
  /external/openfst/src/include/fst/
util.h 248 Weight StrToWeight(const string &s, const string &src, size_t nline) {
253 FSTERROR() << "StrToWeight: Bad weight = \"" << s

Completed in 41 milliseconds