Home
last modified time | relevance | path

Searched defs:fst (Results 1 – 25 of 204) sorted by relevance

123456789

/external/openfst/src/include/fst/
Dexpanded-fst.h69 Fst<A> *fst = reader(strm, ropts); in Read() local
95 typename A::Weight Final(const ExpandedFst<A> &fst, typename A::StateId s) { in Final()
100 ssize_t NumArcs(const ExpandedFst<A> &fst, typename A::StateId s) { in NumArcs()
105 ssize_t NumInputEpsilons(const ExpandedFst<A> &fst, typename A::StateId s) { in NumInputEpsilons()
110 ssize_t NumOutputEpsilons(const ExpandedFst<A> &fst, typename A::StateId s) { in NumOutputEpsilons()
140 ImplToExpandedFst(const ImplToExpandedFst<I, F> &fst) in ImplToExpandedFst()
143 ImplToExpandedFst(const ImplToExpandedFst<I, F> &fst, bool safe) in ImplToExpandedFst()
175 typename Arc::StateId CountStates(const Fst<Arc> &fst) { in CountStates()
Dmap.h32 void Map(MutableFst<A> *fst, C* mapper) { in Map()
37 void Map(MutableFst<A> *fst, C mapper) { in Map()
61 MapFst(const Fst<A> &fst, const C &mapper, const MapFstOptions& opts) in MapFst()
64 MapFst(const Fst<A> &fst, C* mapper, const MapFstOptions& opts) in MapFst()
67 MapFst(const Fst<A> &fst, const C &mapper) in MapFst()
70 MapFst(const Fst<A> &fst, C* mapper) : ArcMapFst<A, B, C>(fst, mapper) {} in MapFst()
88 explicit StateIterator(const ArcMapFst<A, B, C> &fst) in StateIterator()
98 ArcIterator(const ArcMapFst<A, B, C> &fst, typename A::StateId s) in ArcIterator()
Dclosure.h46 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) { in Closure()
76 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) { in Closure()
110 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst()
114 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst()
134 explicit StateIterator(const ClosureFst<A> &fst) in StateIterator()
145 ArcIterator(const ClosureFst<A> &fst, StateId s) in ArcIterator()
Dproject.h77 void Project(MutableFst<Arc> *fst, ProjectType project_type) { in Project()
104 ProjectFst(const Fst<A> &fst, ProjectType project_type) in ProjectFst()
128 explicit StateIterator(const ProjectFst<A> &fst) in StateIterator()
138 ArcIterator(const ProjectFst<A> &fst, typename A::StateId s) in ArcIterator()
Darcsort.h45 ArcSortMapper(const Fst<Arc> &fst, const Compare &comp) in ArcSortMapper()
97 void ArcSort(MutableFst<Arc> *fst, Compare comp) { in ArcSort()
125 ArcSortFst(const Fst<A> &fst, const C &comp) in ArcSortFst()
128 ArcSortFst(const Fst<A> &fst, const C &comp, const ArcSortFstOptions &opts) in ArcSortFst()
147 explicit StateIterator(const ArcSortFst<A, C> &fst) in StateIterator()
157 ArcIterator(const ArcSortFst<A, C> &fst, typename A::StateId s) in ArcIterator()
Dinvert.h56 void Invert(MutableFst<Arc> *fst) { in Invert()
84 explicit InvertFst(const Fst<A> &fst) : ArcMapFst<A, A, C>(fst, C()) { in InvertFst()
105 explicit StateIterator(const InvertFst<A> &fst) in StateIterator()
115 ArcIterator(const InvertFst<A> &fst, typename A::StateId s) in ArcIterator()
Dminimize.h68 : fst_(fst), partition_(partition), flags_(flags) {} in fst_() argument
137 CyclicMinimizer(const ExpandedFst<A>& fst) { in CyclicMinimizer()
182 void PrePartition(const Fst<A>& fst) { in PrePartition()
214 void Initialize(const Fst<A>& fst) { in Initialize()
274 void Compute(const Fst<A>& fst) { in Compute()
318 AcyclicMinimizer(const ExpandedFst<A>& fst) { in AcyclicMinimizer()
335 void InitVisit(const Fst<A>& fst) {} in InitVisit()
392 void Initialize(const Fst<A>& fst) { in Initialize()
406 void Refine(const Fst<A>& fst) { in Refine()
455 const Partition<typename A::StateId>& partition, MutableFst<A>* fst) { in MergeStates()
[all …]
Drelabel.h51 MutableFst<A> *fst, in Relabel()
121 void Relabel(MutableFst<A> *fst, in Relabel()
130 void Relabel(MutableFst<A> *fst, in Relabel()
208 RelabelFstImpl(const Fst<A>& fst, in RelabelFstImpl()
235 RelabelFstImpl(const Fst<A>& fst, in RelabelFstImpl()
394 RelabelFst(const Fst<A>& fst, in RelabelFst()
399 RelabelFst(const Fst<A>& fst, in RelabelFst()
405 RelabelFst(const Fst<A>& fst, in RelabelFst()
412 RelabelFst(const Fst<A>& fst, in RelabelFst()
419 RelabelFst(const Fst<A>& fst, in RelabelFst()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dclosure.h39 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) { in Closure()
68 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) { in Closure()
102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst()
106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst()
111 ClosureFst(const ClosureFst<A> &fst) : RationalFst<A>(fst) {} in ClosureFst()
121 explicit StateIterator(const ClosureFst<A> &fst) in StateIterator()
132 ArcIterator(const ClosureFst<A> &fst, StateId s) in ArcIterator()
Dinvert.h49 void Invert(MutableFst<Arc> *fst) { Map(fst, InvertMapper<Arc>()); } in Invert()
67 explicit InvertFst(const Fst<A> &fst) : MapFst<A, A, C>(fst, C()) {} in InvertFst()
69 InvertFst(const InvertFst<A> &fst) : MapFst<A, A, C>(fst) {} in InvertFst()
80 explicit StateIterator(const InvertFst<A> &fst) in StateIterator()
90 ArcIterator(const InvertFst<A> &fst, typename A::StateId s) in ArcIterator()
Dproject.h63 void Project(MutableFst<Arc> *fst, ProjectType project_type) { in Project()
84 ProjectFst(const Fst<A> &fst, ProjectType project_type) in ProjectFst()
87 ProjectFst(const ProjectFst<A> &fst) : MapFst<A, A, C>(fst) {} in ProjectFst()
98 explicit StateIterator(const ProjectFst<A> &fst) in StateIterator()
108 ArcIterator(const ProjectFst<A> &fst, typename A::StateId s) in ArcIterator()
Dminimize.h61 : fst_(fst), partition_(partition), flags_(flags) {} in fst_() argument
124 CyclicMinimizer(const ExpandedFst<A>& fst) { in CyclicMinimizer()
169 void PrePartition(const Fst<A>& fst) { in PrePartition()
201 void Initialize(const Fst<A>& fst) { in Initialize()
261 void Compute(const Fst<A>& fst) { in Compute()
305 AcyclicMinimizer(const ExpandedFst<A>& fst) { in AcyclicMinimizer()
322 void InitVisit(const Fst<A>& fst) {} in InitVisit()
379 void Initialize(const Fst<A>& fst) { in Initialize()
393 void Refine(const Fst<A>& fst) { in Refine()
442 const Partition<typename A::StateId>& partition, MutableFst<A>* fst) { in MergeStates()
[all …]
Dencode.h320 void Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) { in Encode()
326 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { in Decode()
344 EncodeFst(const Fst<A> &fst, EncodeMapper<A>* encoder) in EncodeFst()
347 EncodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in EncodeFst()
350 EncodeFst(const EncodeFst<A> &fst) in EncodeFst()
369 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in DecodeFst()
374 DecodeFst(const EncodeFst<A> &fst) in DecodeFst()
386 explicit StateIterator(const EncodeFst<A> &fst) in StateIterator()
396 ArcIterator(const EncodeFst<A> &fst, typename A::StateId s) in ArcIterator()
406 explicit StateIterator(const DecodeFst<A> &fst) in StateIterator()
[all …]
Drelabel.h43 MutableFst<A> *fst, in Relabel()
99 void Relabel(MutableFst<A> *fst, in Relabel()
164 RelabelFstImpl(const Fst<A>& fst, in RelabelFstImpl()
191 RelabelFstImpl(const Fst<A>& fst, in RelabelFstImpl()
329 RelabelFst(const Fst<A>& fst, in RelabelFst()
334 RelabelFst(const Fst<A>& fst, in RelabelFst()
340 RelabelFst(const Fst<A>& fst, in RelabelFst()
346 RelabelFst(const Fst<A>& fst, in RelabelFst()
352 RelabelFst(const RelabelFst<A> &fst) : impl_(fst.impl_) { in RelabelFst()
414 explicit StateIterator(const RelabelFst<A> &fst) in StateIterator()
[all …]
/external/openfst/src/script/
Dprune.cc21 namespace fst { namespace
26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { in Prune()
33 void Prune(const FstClass &ifst, MutableFstClass *fst, in Prune()
51 void Prune(MutableFstClass *fst, const WeightClass& weight_threshold, in Prune()
Dconnect.cc21 namespace fst { namespace
24 void Connect(MutableFstClass *fst) { in Connect()
Dinvert.cc21 namespace fst { namespace
24 void Invert(MutableFstClass *fst) { in Invert()
Dverify.cc21 namespace fst { namespace
24 bool Verify(const FstClass &fst) { in Verify()
Dtopsort.cc21 namespace fst { namespace
24 bool TopSort(MutableFstClass *fst) { in TopSort()
Darcsort.cc21 namespace fst { namespace
24 void ArcSort(MutableFstClass *fst, ArcSortType sort_type) { in ArcSort()
Dclosure.cc21 namespace fst { namespace
24 void Closure(MutableFstClass *fst, ClosureType closure_type) { in Closure()
Dreweight.cc21 namespace fst { namespace
24 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential, in Reweight()
Drmepsilon.cc21 namespace fst { namespace
33 void RmEpsilon(MutableFstClass *fst, bool connect, in RmEpsilon()
41 void RmEpsilon(MutableFstClass *fst, vector<WeightClass> *distance, in RmEpsilon()
/external/openfst/src/test/
Dfst_test.h61 void TestBase(const G &fst) const { in TestBase()
109 void TestExpanded(const G &fst) const { in TestExpanded()
124 void TestMutable(G *fst) const { in TestMutable()
169 void TestAssign(G *fst) const { in TestAssign()
189 void TestCopy(const G &fst) const { in TestCopy()
208 void TestIO(const G &fst) const { in TestIO()
270 void InitFst(MutableFst<Arc> *fst, size_t nstates) const { in InitFst()
/external/openfst/src/include/fst/extensions/far/
Dcompile-strings.h91 VectorFst<A> *fst = new VectorFst<A>; in GetVectorFst() local
95 delete fst; in GetVectorFst() local
101 CompactFst<A, StringCompactor<A> > *fst = in GetCompactFst() local
106 delete fst; in GetCompactFst() local
223 const Fst<Arc> *fst; in FarCompileStrings() local
259 delete fst; in FarCompileStrings() local

123456789