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

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

Completed in 102 milliseconds