HomeSort by relevance Sort by last modified time
    Searched refs:SparseTupleWeightIterator (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
sparse-tuple-weight.h 25 // Use SparseTupleWeightIterator to iterate through the key,value pairs
51 class SparseTupleWeightIterator;
91 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) {
126 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) {
134 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
144 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
153 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
161 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {
222 friend class SparseTupleWeightIterator<W, K>;
226 class SparseTupleWeightIterator {
    [all...]
sparse-power-weight.h 185 for (SparseTupleWeightIterator<W, K> it(product); !it.Done(); it.Next()) {

Completed in 495 milliseconds