HomeSort by relevance Sort by last modified time
    Searched refs:ArcTpl (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/include/fst/
arc.h 43 class ArcTpl {
49 ArcTpl(Label i, Label o, const Weight& w, StateId s)
52 ArcTpl() {}
66 typedef ArcTpl<TropicalWeight> StdArc;
67 typedef ArcTpl<LogWeight> LogArc;
68 typedef ArcTpl<Log64Weight> Log64Arc;
69 typedef ArcTpl<SignedLogWeight> SignedLogArc;
70 typedef ArcTpl<SignedLog64Weight> SignedLog64Arc;
71 typedef ArcTpl<MinMaxWeight> MinMaxArc;
fst-decl.h 42 template <class W> class ArcTpl;
43 typedef ArcTpl<TropicalWeight> StdArc;
44 typedef ArcTpl<LogWeight> LogArc;
  /external/openfst/src/test/
algo_test.cc 60 using fst::ArcTpl;
142 typedef ArcTpl<TropicalCubeWeight> TropicalCubeArc;

Completed in 258 milliseconds