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 93 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 {
weight-class.h 184 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 249 Weight StrToWeight(const string &s, const string &src, size_t nline) {
254 FSTERROR() << "StrToWeight: Bad weight = \"" << s

Completed in 127 milliseconds