Lines Matching refs:ifst
346 // Constructor taking as input a PDT specified by 'ifst' and 'parens'.
350 PrunedExpand(const Fst<A> &ifst,
354 : ifst_(ifst.Copy()),
357 efst_(ifst, parens,
934 const Fst<Arc> &ifst,
947 *ofst = ExpandFst<Arc>(ifst, parens, eopts);
949 PrunedExpand<Arc> pruned_expand(ifst, parens, opts.keep_parentheses);
966 const Fst<Arc> &ifst,
970 Expand(ifst, parens, ofst, ExpandOptions<Arc>(connect, keep_parentheses));