Lines Matching refs:ifst
58 const Fst<Arc> &ifst = *(args->arg1.GetFst<Arc>()); in ShortestPath() local
73 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
78 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
85 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
90 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
97 ArcFilter >::Construct(ifst, &weights); in ShortestPath()
102 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
109 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
114 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
121 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
126 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
133 ArcFilter>::Construct(ifst, &weights); in ShortestPath()
138 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath()
161 const Fst<Arc> &ifst = *(args->arg1.GetFst<Arc>()); in ShortestPath() local
166 ShortestPath(ifst, ofst, args->arg3, args->arg4, args->arg5, in ShortestPath()
172 void ShortestPath(const FstClass &ifst, MutableFstClass *ofst,
178 void ShortestPath(const FstClass &ifst, MutableFstClass *ofst,