Searched refs:fst1 (Results 26 - 37 of 37) sorted by relevance

12

/external/openfst/src/include/fst/
H A Dintersect.h70 IntersectFst(const Fst<A> &fst1, const Fst<A> &fst2, argument
72 bool acceptors = fst1.Properties(kAcceptor, true) &&
74 SetImpl(CreateBase(fst1, fst2, opts));
82 IntersectFst(const Fst<A> &fst1, const Fst<A> &fst2, argument
84 bool acceptors = fst1.Properties(kAcceptor, true) &&
86 SetImpl(CreateBase1(fst1, fst2, opts));
H A Ddifference.h72 DifferenceFst(const Fst<A> &fst1, const Fst<A> &fst2, argument
78 new R(fst1, MATCH_NONE),
81 SetImpl(CreateBase1(fst1, cfst, copts));
83 if (!fst1.Properties(kAcceptor, true)) {
90 DifferenceFst(const Fst<A> &fst1, const Fst<A> &fst2, argument
96 copts.matcher1 = new R(fst1, MATCH_NONE, kNoLabel, MATCHER_REWRITE_ALWAYS,
101 SetImpl(CreateBase1(fst1, cfst, copts));
103 if (!fst1.Properties(kAcceptor, true)) {
H A Dcompose.h123 ComposeFstImplBase(const Fst<A> &fst1, const Fst<A> &fst2, argument
129 if (!CompatSymbols(fst2.InputSymbols(), fst1.OutputSymbols())) {
135 SetInputSymbols(fst1.InputSymbols());
222 ComposeFstImpl(const FST1 &fst1, const FST2 &fst2,
388 const FST1 &fst1, const FST2 &fst2,
390 : ComposeFstImplBase<Arc>(fst1, fst2, opts),
392 new F(fst1, fst2, opts.matcher1, opts.matcher2)),
408 uint64 fprops1 = fst1.Properties(kFstProperties, false);
516 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, argument
518 : ImplToFst<Impl>(CreateBase(fst1, fst
387 ComposeFstImpl( const FST1 &fst1, const FST2 &fst2, const ComposeFstImplOptions<M1, M2, F, T> &opts) argument
524 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, const ComposeFstOptions<A, M, F, T> &opts) argument
534 ComposeFst(const typename M1::FST &fst1, const typename M2::FST &fst2, const ComposeFstImplOptions<M1, M2, F, T> &opts) argument
562 CreateBase2( const typename M1::FST &fst1, const typename M2::FST &fst2, const ComposeFstImplOptions<M1, M2, F, T> &opts) argument
581 CreateBase1(const Fst<A> &fst1, const Fst<A> &fst2, const ComposeFstOptions<A, M, F, T> &opts) argument
589 CreateBase(const Fst<A> &fst1, const Fst<A> &fst2, const CacheOptions &opts) argument
[all...]
H A Dstate-table.h201 // ComposeStateTable(const Fst<Arc> &fst1, const Fst<Arc> &fst2);
226 StateId state_id1; // State Id on fst1
276 GenericComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2) {} argument
279 GenericComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2, argument
358 ProductComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2, argument
360 : StateTable(new ComposeFingerprint<StateId, F>(CountStates(fst1),
391 StringDetComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2) argument
395 if (fst1.Properties(props1, true) != props1 ||
397 FSTERROR() << "StringDetComposeStateTable: fst1 not a string or"
433 DetStringComposeStateTable(const Fst<A> &fst1, cons argument
471 ErasableComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2) argument
[all...]
H A Dcompose-filter.h170 // ComposeFilter(const FST1 &fst1, const FST2 &fst2,
220 SequenceComposeFilter(const FST1 &fst1, const FST2 &fst2, argument
222 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)),
305 AltSequenceComposeFilter(const FST1 &fst1, const FST2 &fst2, argument
307 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)),
391 MatchComposeFilter(const FST1 &fst1, const FST2 &fst2, argument
393 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)),
494 MultiEpsFilter(const FST1 &fst1, const FST2 &fst2, argument
497 : filter_(fst1, fst2, matcher1, matcher2),
H A Dlookahead-filter.h61 MatchType LookAheadMatchType(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { argument
62 LookAheadMatcher< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT);
211 LookAheadComposeFilter(const FST1 &fst1, const FST2 &fst2, argument
213 : filter_(fst1, fst2, matcher1, matcher2),
345 PushWeightsComposeFilter(const FST1 &fst1, const FST2 &fst2, argument
347 : filter_(fst1, fst2, matcher1, matcher2),
439 PushLabelsComposeFilter(const FST1 &fst1, const FST2 &fst2, argument
441 : filter_(fst1, fst2, matcher1, matcher2),
604 Matcher1 matcher1_; // Multi-epsilon matcher for fst1
/external/openfst/src/include/fst/script/
H A Dverify.h35 bool Verify(const FstClass &fst1);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequivalent.h92 // <code>fst1</code> and <code>fst2</code> are equivalent. The input
112 bool Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { argument
116 if (fst1.Properties(props, true) != props) {
125 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
127 VectorFst<Arc> efst1(fst1);
145 MappedId s1 = Util::MapState(fst1.Start(), FST1);
156 if (Util::IsFinal(fst1, s1) != Util::IsFinal(fst2, s2)) {
160 // fst1 and fst2: input labels mapped to pairs of MappedId's
161 // representing destination states of the corresponding arcs in fst1
190 ArcIterator<Fst<Arc> > arc_iter(fst1, Uti
[all...]
H A Dcompose.h40 COMPOSE_FST1_RHO = 1ULL<<0, // "Rest" symbol on the output side of fst1.
43 // side of fst1.
47 // fst1.
68 COMPOSE_FST1_STRING = 1ULL<<33, // fst1 is a string
70 COMPOSE_FST1_DET = 1ULL<<35, // fst1 is deterministic
104 ComposeFstImplBase(const Fst<A> &fst1, argument
107 :CacheImpl<A>(opts), fst1_(fst1.Copy()), fst2_(fst2.Copy()) {
109 uint64 props1 = fst1.Properties(kFstProperties, false);
113 if (!CompatSymbols(fst2.InputSymbols(), fst1.OutputSymbols()))
117 SetInputSymbols(fst1
341 ComposeFstImpl(const Fst<A> &fst1, const Fst<A> &fst2, const CacheOptions &opts) argument
689 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2) argument
693 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, const ComposeFstOptions<T> &opts) argument
762 Init( const Fst<A> &fst1, const Fst<A> &fst2, const ComposeFstOptions<T> &opts) argument
[all...]
/external/qemu/target-mips/
H A Dop_helper.c2853 uint32_t fst0, uint32_t fst1) \
2858 wt2 = float32_ ## name (fst0, fst1, &env->active_fpu.fp_status); \
2871 uint32_t fst1 = fdt1 & 0XFFFFFFFF; \
2877 wt2 = float32_ ## name (fst0, fst1, &env->active_fpu.fp_status); \
2904 uint32_t fst0, uint32_t fst1, \
2907 fst0 = float32_ ## name1 (fst0, fst1, &env->active_fpu.fp_status); \
2917 uint32_t fst1 = fdt1 & 0XFFFFFFFF; \
2922 fst0 = float32_ ## name1 (fst0, fst1, &env->active_fpu.fp_status); \
2945 uint32_t fst0, uint32_t fst1, \
2948 fst0 = float32_ ## name1 (fst0, fst1,
3054 uint32_t fst1 = fdt1 & 0XFFFFFFFF; local
3070 uint32_t fst1 = fdt1 & 0XFFFFFFFF; local
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h294 ParenFilter(const FST1 &fst1, const FST2 &fst2, argument
298 : filter_(fst1, fst2, matcher1, matcher2),
/external/openfst/src/test/
H A Dalgo_test.h817 bool Equiv(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
819 CHECK(Verify(fst1));
825 return RandEquivalent(fst1, fst2, kNumRandomPaths, kTestDelta, opts);

Completed in 413 milliseconds

12