FST
openfst-1.8.4
OpenFst Library
|
#include <queue.h>
Public Types | |
using | StateId = S |
using | Weight = typename Less::Weight |
Public Member Functions | |
AStarWeightCompare (const std::vector< Weight > &weights, const Less &less, const Estimate &estimate) | |
bool | operator() (StateId s1, StateId s2) const |
const Estimate & | GetEstimate () const |
using fst::AStarWeightCompare< S, Less, Estimate >::StateId = S |
using fst::AStarWeightCompare< S, Less, Estimate >::Weight = typename Less::Weight |
|
inline |
|
inline |
|
inline |