Searched defs:ifst (Results 1 – 7 of 7) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | prune.h | 141 void Prune(const Fst<Arc> &ifst, in Prune() 238 void Prune(const Fst<Arc> &ifst, in Prune()
|
D | randgen.h | 117 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in RandGen() 161 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { in RandGen()
|
D | push.h | 57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) { in Push()
|
D | reverse.h | 36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { in Reverse()
|
D | shortest-path.h | 61 void SingleShortestPath(const Fst<Arc> &ifst, in SingleShortestPath() 228 void ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in ShortestPath()
|
D | synchronize.h | 451 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { in Synchronize()
|
D | map.h | 158 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { in Map() 231 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { in Map()
|