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

  /external/openfst/src/include/fst/script/
determinize.h 51 fst::DeterminizeOptions<Arc> detargs; local
52 detargs.delta = opts.delta;
53 detargs.weight_threshold =
55 detargs.state_threshold = opts.state_threshold;
56 detargs.subsequential_label = opts.subsequential_label;
58 Determinize(ifst, ofst, detargs);
disambiguate.h 51 fst::DisambiguateOptions<Arc> detargs; local
52 detargs.delta = opts.delta;
53 detargs.weight_threshold =
55 detargs.state_threshold = opts.state_threshold;
56 detargs.subsequential_label = opts.subsequential_label;
58 Disambiguate(ifst, ofst, detargs);

Completed in 51 milliseconds