Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dpair-weight.h37 template<class W1, class W2> class PairWeight; variable
50 PairWeight() {} in PairWeight() function
52 PairWeight(const PairWeight& w) : value1_(w.value1_), value2_(w.value2_) {} in PairWeight() function
54 PairWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {} in PairWeight() function