Home
last modified time | relevance | path

Searched defs:LexicographicWeight (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Dlexicographic-weight.h56 LexicographicWeight() {} in LexicographicWeight() function
58 LexicographicWeight(const PairWeight<W1, W2>& w) in LexicographicWeight() function
61 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) { in LexicographicWeight() function