Home
last modified time | relevance | path

Searched refs:WeightType (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/include/fst/script/
Dfst-class.h52 virtual const string &WeightType() const = 0;
95 virtual const string &WeightType() const { in WeightType() function
202 virtual const string& WeightType() const { in WeightType() function
203 return impl_->WeightType(); in WeightType()
/external/openfst/src/bin/
Dfstreweight.cc52 if (!s::ReadPotentials(fst->WeightType(), potentials_fname, &potential)) in main()
Dfstprune.cc55 WeightClass(fst->WeightType(), FLAGS_weight); in main()
Dfstdeterminize.cc60 WeightClass::Zero() : WeightClass(ifst->WeightType(), FLAGS_weight), in main()
Dfstrmepsilon.cc59 WeightClass(ifst->WeightType(), FLAGS_weight); in main()
Dfstshortestpath.cc59 WeightClass(ifst->WeightType(), FLAGS_weight); in main()
Dfstmap.cc59 s::WeightClass(ifst->WeightType(), FLAGS_weight) : in main()
/external/openfst/src/extensions/pdt/
Dpdtexpand.cc62 s::WeightClass(ifst->WeightType(), FLAGS_weight); in main()