Searched defs:PowerWeight (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dpower-weight.h39 class PowerWeight : public TupleWeight<W, n> { class in namespace:fst
47 typedef PowerWeight<typename W::ReverseWeight, n> ReverseWeight;
49 PowerWeight() {} function in class:fst::PowerWeight
51 PowerWeight(const TupleWeight<W, n> &w) : TupleWeight<W, n>(w) {} function in class:fst::PowerWeight
54 PowerWeight(Iterator begin, Iterator end) : TupleWeight<W, n>(begin, end) {} function in class:fst::PowerWeight
56 static const PowerWeight<W, n> &Zero() {
57 static const PowerWeight<W, n> zero(TupleWeight<W, n>::Zero());
61 static const PowerWeight<W, n> &One() {
62 static const PowerWeight<W, n> one(TupleWeight<W, n>::One());
66 static const PowerWeight<
99 Plus(const PowerWeight<W, n> &w1, const PowerWeight<W, n> &w2) argument
109 Times(const PowerWeight<W, n> &w1, const PowerWeight<W, n> &w2) argument
119 Divide(const PowerWeight<W, n> &w1, const PowerWeight<W, n> &w2, DivideType type = DIVIDE_ANY) argument
130 Times(const W &s, const PowerWeight<W, n> &w) argument
139 Times(const PowerWeight<W, n> &w, const W &s) argument
148 DotProduct(const PowerWeight<W, n> &w1, const PowerWeight<W, n> &w2) argument
[all...]

Completed in 30 milliseconds