Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h898 struct RmWeightMapper { struct
899 typedef A FromArc;
900 typedef B ToArc;
901 typedef typename FromArc::Weight FromWeight;
902 typedef typename ToArc::Weight ToWeight;
904 B operator()(const A &arc) const { in operator()
910 MapFinalAction FinalAction() const { return MAP_NO_SUPERFINAL; } in FinalAction()
912 uint64 Properties(uint64 props) const { in Properties()