Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Darc.h44 class ArcTpl {
50 ArcTpl(Label i, Label o, const Weight& w, StateId s) in ArcTpl() function
53 ArcTpl() {} in ArcTpl() function
67 typedef ArcTpl<TropicalWeight> StdArc;
68 typedef ArcTpl<LogWeight> LogArc;
69 typedef ArcTpl<Log64Weight> Log64Arc;
70 typedef ArcTpl<SignedLogWeight> SignedLogArc;
71 typedef ArcTpl<SignedLog64Weight> SignedLog64Arc;
72 typedef ArcTpl<MinMaxWeight> MinMaxArc;
Dfst-decl.h42 template <class W> class ArcTpl; variable
43 typedef ArcTpl<TropicalWeight> StdArc;
44 typedef ArcTpl<LogWeight> LogArc;
/external/openfst/src/test/
Dalgo_test.cc60 using fst::ArcTpl;
142 typedef ArcTpl<TropicalCubeWeight> TropicalCubeArc; in main()