Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dqueue.h754 : weights_(weights), less_(less), estimate_(estimate) {} in AStarWeightCompare()
757 Weight wx = Times(weights_[x], estimate_(x)); in operator()
758 Weight wy = Times(weights_[y], estimate_(y)); in operator()
765 const E &estimate_; variable