Home
last modified time | relevance | path

Searched refs:SparsePowerWeight (Results 1 – 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
Dsparse-power-weight.h80 class SparsePowerWeight : public SparseTupleWeight<W, K> {
88 typedef SparsePowerWeight<typename W::ReverseWeight, K> ReverseWeight;
90 SparsePowerWeight() {} in SparsePowerWeight() function
92 SparsePowerWeight(const SparseTupleWeight<W, K> &w) : in SparsePowerWeight() function
96 SparsePowerWeight(Iterator begin, Iterator end) : in SparsePowerWeight() function
99 SparsePowerWeight(const K &key, const W &w) : in SparsePowerWeight() function
102 static const SparsePowerWeight<W, K> &Zero() { in Zero()
103 static const SparsePowerWeight<W, K> zero(SparseTupleWeight<W, K>::Zero()); in Zero()
107 static const SparsePowerWeight<W, K> &One() { in One()
108 static const SparsePowerWeight<W, K> one(SparseTupleWeight<W, K>::One()); in One()
[all …]
Darc.h250 typedef SparsePowerWeight<typename A::Weight, K> Weight;
Drandom-weight.h327 typedef SparsePowerWeight<W, K> Weight;
/external/openfst/src/test/
Dweight_test.cc67 using fst::SparsePowerWeight;
186 typedef SparsePowerWeight<NestedProductCubeWeight, in main()
198 typedef SparsePowerWeight<LogWeight, size_t > LogSparsePowerWeight; in main()
/external/openfst/
DNEWS36 * Added SparsePowerWeight and SparsePowerArc (1.2.4)