Searched refs:PowerWeight (Results 1 – 6 of 6) sorted by relevance
/external/openfst/src/include/fst/ |
D | power-weight.h | 39 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 …]
|
D | arc.h | 219 typedef PowerWeight<typename A::Weight, n> Weight;
|
D | random-weight.h | 267 typedef PowerWeight<W, n> Weight;
|
/external/openfst/src/test/ |
D | algo_test.cc | 61 using fst::PowerWeight; 141 typedef PowerWeight<TropicalWeight, 3> TropicalCubeWeight; in main()
|
D | weight_test.cc | 59 using fst::PowerWeight; 149 typedef PowerWeight<TropicalWeight, 3> TropicalCubeWeight; in main() 178 typedef PowerWeight<FirstNestedProductWeight, 3> NestedProductCubeWeight; in main()
|
/external/openfst/ |
D | NEWS | 35 * Added PowerWeight and Power Arc.
|