OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RationalFst
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h
36
template <class A> class
RationalFst
;
37
template <class A> void Union(
RationalFst
<A> *fst1, const Fst<A> &fst2);
38
template <class A> void Concat(
RationalFst
<A> *fst1, const Fst<A> &fst2);
39
template <class A> void Closure(
RationalFst
<A> *fst, ClosureType closure_type);
135
// Implementation of Union(Fst &,
RationalFst
*)
151
// Implementation of Concat(Fst &,
RationalFst
*)
167
// Implementation of Closure(
RationalFst
*, closure_type)
187
class
RationalFst
: public Fst<A> {
189
friend class CacheStateIterator<
RationalFst
<A> >;
190
friend class ArcIterator<
RationalFst
<A> >
[
all
...]
/external/openfst/src/include/fst/
rational.h
43
template <class A> class
RationalFst
;
44
template <class A> void Union(
RationalFst
<A> *fst1, const Fst<A> &fst2);
45
template <class A> void Concat(
RationalFst
<A> *fst1, const Fst<A> &fst2);
46
template <class A> void Concat(const Fst<A> &fst1,
RationalFst
<A> *fst2);
47
template <class A> void Closure(
RationalFst
<A> *fst, ClosureType closure_type);
192
// Implementation of Union(Fst &,
RationalFst
*)
210
// Implementation of Concat(Fst &,
RationalFst
*)
231
// Implementation of Closure(
RationalFst
*, closure_type)
267
class
RationalFst
: public ImplToFst< RationalFstImpl<A> > {
269
friend class StateIterator<
RationalFst
<A> >
[
all
...]
Completed in 713 milliseconds