Searched refs:DifferenceFstOptions (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Ddifference.h39 struct DifferenceFstOptions : public ComposeFstOptions<A, M, F, T> { struct in namespace:fst
40 explicit DifferenceFstOptions(const CacheOptions &opts, function in struct:fst::DifferenceFstOptions
45 DifferenceFstOptions() {} function in struct:fst::DifferenceFstOptions
91 const DifferenceFstOptions<A, M, F, T> &opts) {
170 DifferenceFstOptions<Arc> dopts;
174 DifferenceFstOptions<Arc, M, AltSequenceComposeFilter<M> > dopts;
178 DifferenceFstOptions<Arc, M, MatchComposeFilter<M> > dopts;
90 DifferenceFst(const Fst<A> &fst1, const Fst<A> &fst2, const DifferenceFstOptions<A, M, F, T> &opts) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h28 struct DifferenceFstOptions struct in namespace:fst
67 const DifferenceFstOptions<T> &opts)
131 DifferenceFstOptions<> nopts;

Completed in 16 milliseconds