Home
last modified time | relevance | path

Searched refs:SparseTupleWeightIterator (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dsparse-tuple-weight.h51 class SparseTupleWeightIterator; variable
91 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) { in SparseTupleWeight()
126 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) {
134 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) { in Member()
144 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) { in Hash()
153 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
161 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) { in Reverse()
222 friend class SparseTupleWeightIterator<W, K>; variable
226 class SparseTupleWeightIterator {
232 explicit SparseTupleWeightIterator(const SparseTupleWeight<W, K>& w) in SparseTupleWeightIterator() function
[all …]
Dsparse-power-weight.h185 for (SparseTupleWeightIterator<W, K> it(product); !it.Done(); it.Next()) { in DotProduct()