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

/external/openfst/src/include/fst/
H A Dsparse-power-weight.h80 class SparsePowerWeight : public SparseTupleWeight<W, K> { class in namespace:fst
88 typedef SparsePowerWeight<typename W::ReverseWeight, K> ReverseWeight;
90 SparsePowerWeight() {} function in class:fst::SparsePowerWeight
92 SparsePowerWeight(const SparseTupleWeight<W, K> &w) : function in class:fst::SparsePowerWeight
96 SparsePowerWeight(Iterator begin, Iterator end) : function in class:fst::SparsePowerWeight
99 SparsePowerWeight(const K &key, const W &w) : function in class:fst::SparsePowerWeight
102 static const SparsePowerWeight<W, K> &Zero() {
103 static const SparsePowerWeight<W, K> zero(SparseTupleWeight<W, K>::Zero());
107 static const SparsePowerWeight<W, K> &One() {
108 static const SparsePowerWeight<
150 Plus(const SparsePowerWeight<W, K> &w1, const SparsePowerWeight<W, K> &w2) argument
160 Times(const SparsePowerWeight<W, K> &w1, const SparsePowerWeight<W, K> &w2) argument
170 Divide(const SparsePowerWeight<W, K> &w1, const SparsePowerWeight<W, K> &w2, DivideType type = DIVIDE_ANY) argument
181 DotProduct(const SparsePowerWeight<W, K> &w1, const SparsePowerWeight<W, K> &w2) argument
192 ApproxEqual(const SparsePowerWeight<W, K> &w1, const SparsePowerWeight<W, K> &w2, float delta = kDelta) argument
202 Times(const W &k, const SparsePowerWeight<W, K> &w2) argument
209 Times(const SparsePowerWeight<W, K> &w1, const W &k) argument
216 Divide(const SparsePowerWeight<W, K> &w1, const W &k, DivideType divide_type = DIVIDE_ANY) argument
[all...]

Completed in 39 milliseconds