Home
last modified time | relevance | path

Searched refs:PowerWeight (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
Dpower-weight.h39 class PowerWeight : public TupleWeight<W, n> {
47 typedef PowerWeight<typename W::ReverseWeight, n> ReverseWeight;
49 PowerWeight() {} in PowerWeight() function
51 PowerWeight(const TupleWeight<W, n> &w) : TupleWeight<W, n>(w) {} in PowerWeight() function
54 PowerWeight(Iterator begin, Iterator end) : TupleWeight<W, n>(begin, end) {} in PowerWeight() function
56 static const PowerWeight<W, n> &Zero() { in Zero()
57 static const PowerWeight<W, n> zero(TupleWeight<W, n>::Zero()); in Zero()
61 static const PowerWeight<W, n> &One() { in One()
62 static const PowerWeight<W, n> one(TupleWeight<W, n>::One()); in One()
66 static const PowerWeight<W, n> &NoWeight() { in NoWeight()
[all …]
Darc.h219 typedef PowerWeight<typename A::Weight, n> Weight;
Drandom-weight.h267 typedef PowerWeight<W, n> Weight;
/external/openfst/src/test/
Dalgo_test.cc61 using fst::PowerWeight;
141 typedef PowerWeight<TropicalWeight, 3> TropicalCubeWeight; in main()
Dweight_test.cc59 using fst::PowerWeight;
149 typedef PowerWeight<TropicalWeight, 3> TropicalCubeWeight; in main()
178 typedef PowerWeight<FirstNestedProductWeight, 3> NestedProductCubeWeight; in main()
/external/openfst/
DNEWS35 * Added PowerWeight and Power Arc.