Home | History | Annotate | Download | only in fst

Lines Matching defs:nopts

986   DeterminizeFstOptions<Arc> nopts;
987 nopts.delta = opts.delta;
988 nopts.subsequential_label = opts.subsequential_label;
990 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
997 DeterminizeFst<Arc> dfst(ifst, &idistance, &odistance, nopts);
1004 *ofst = DeterminizeFst<Arc>(ifst, nopts);
1008 *ofst = DeterminizeFst<Arc>(ifst, nopts);