Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Darc.h54 struct LogArc { struct
59 LogArc(Label i, Label o, Weight w, StateId s) in LogArc() argument
62 LogArc() {} in LogArc() argument
Dfst.cpp44 REGISTER_FST(VectorFst, LogArc);
46 REGISTER_FST(ConstFst, LogArc);
Dmap.h653 typedef LogArc ToArc;
655 LogArc operator()(const StdArc &arc) const { in operator()
656 return LogArc(arc.ilabel, arc.olabel, arc.weight.Value(), arc.nextstate); in operator()
667 typedef LogArc FromArc;
670 StdArc operator()(const LogArc &arc) const { in operator()
Dfst-decl.h30 class LogArc; variable
Drandgen.h94 typedef LogProbArcSelector<LogArc> LogArcSelector;