/external/openfst/src/include/fst/ |
D | expanded-fst.h | 69 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()
|
D | map.h | 32 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()
|
D | closure.h | 46 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()
|
D | minimize.h | 68 : 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 …]
|
D | relabel.h | 55 MutableFst<A> *fst, in Relabel() 125 void Relabel(MutableFst<A> *fst, in Relabel() 134 void Relabel(MutableFst<A> *fst, in Relabel() 212 RelabelFstImpl(const Fst<A>& fst, in RelabelFstImpl() 239 RelabelFstImpl(const Fst<A>& fst, in RelabelFstImpl() 398 RelabelFst(const Fst<A>& fst, in RelabelFst() 403 RelabelFst(const Fst<A>& fst, in RelabelFst() 409 RelabelFst(const Fst<A>& fst, in RelabelFst() 416 RelabelFst(const Fst<A>& fst, in RelabelFst() 423 RelabelFst(const Fst<A>& fst, in RelabelFst() [all …]
|
D | project.h | 77 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()
|
D | arcsort.h | 45 ArcSortMapper(const Fst<Arc> &fst, const Compare &comp) in ArcSortMapper() 97 void ArcSort(MutableFst<Arc> *fst, Compare comp) { in ArcSort() 127 ArcSortFst(const Fst<A> &fst, const C &comp) in ArcSortFst() 130 ArcSortFst(const Fst<A> &fst, const C &comp, const ArcSortFstOptions &opts) in ArcSortFst() 161 explicit StateIterator(const ArcSortFst<A, C> &fst) in StateIterator() 171 ArcIterator(const ArcSortFst<A, C> &fst, typename A::StateId s) in ArcIterator()
|
D | invert.h | 56 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()
|
D | mutable-fst.h | 111 Fst<A> *fst = reader(strm, ropts); in Read() local 193 MutableArcIterator(F *fst, StateId s) { in MutableArcIterator() 220 typename A::Weight Final(const MutableFst<A> &fst, typename A::StateId s) { in Final() 225 ssize_t NumArcs(const MutableFst<A> &fst, typename A::StateId s) { in NumArcs() 230 ssize_t NumInputEpsilons(const MutableFst<A> &fst, typename A::StateId s) { in NumInputEpsilons() 235 ssize_t NumOutputEpsilons(const MutableFst<A> &fst, typename A::StateId s) { in NumOutputEpsilons() 352 ImplToMutableFst(const ImplToMutableFst<I, F> &fst) in ImplToMutableFst() 355 ImplToMutableFst(const ImplToMutableFst<I, F> &fst, bool safe) in ImplToMutableFst()
|
D | matcher-fst.h | 96 explicit MatcherFst(const F &fst) in MatcherFst() 99 explicit MatcherFst(const Fst<Arc> &fst) in MatcherFst() 158 static Impl *CreateImpl(const F &fst, const string &name) { in CreateImpl() 169 static Impl *CreateImpl(const Fst<Arc> &fst, const string &name) { in CreateImpl() 189 explicit StateIterator(const MatcherFst<F, M, N, I> &fst) : in StateIterator() 198 ArcIterator(const MatcherFst<F, M, N, I> &fst, typename F::Arc::StateId s) in ArcIterator() 212 Matcher(const FST &fst, MatchType match_type) { in Matcher() 252 LookAheadMatcher(const FST &fst, MatchType match_type) { in LookAheadMatcher() 282 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst()
|
D | state-map.h | 90 void StateMap(MutableFst<A> *fst, C* mapper) { in StateMap() 121 void StateMap(MutableFst<A> *fst, C mapper) { in StateMap() 208 StateMapFstImpl(const Fst<A> &fst, const C &mapper, in StateMapFstImpl() 217 StateMapFstImpl(const Fst<A> &fst, C *mapper, in StateMapFstImpl() 339 StateMapFst(const Fst<A> &fst, const C &mapper, in StateMapFst() 343 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts) in StateMapFst() 346 StateMapFst(const Fst<A> &fst, const C &mapper) in StateMapFst() 349 StateMapFst(const Fst<A> &fst, C* mapper) in StateMapFst() 384 ArcIterator(const StateMapFst<A, B, C> &fst, StateId s) in ArcIterator() 408 explicit IdentityStateMapper(const Fst<A> &fst) : fst_(fst), aiter_(0) {} in IdentityStateMapper() [all …]
|
/external/openfst/src/script/ |
D | prune.cc | 21 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()
|
D | invert.cc | 21 namespace fst { namespace 24 void Invert(MutableFstClass *fst) { in Invert()
|
D | connect.cc | 21 namespace fst { namespace 24 void Connect(MutableFstClass *fst) { in Connect()
|
D | rmepsilon.cc | 21 namespace fst { namespace 33 void RmEpsilon(MutableFstClass *fst, bool connect, in RmEpsilon() 41 void RmEpsilon(MutableFstClass *fst, vector<WeightClass> *distance, in RmEpsilon()
|
D | verify.cc | 21 namespace fst { namespace 24 bool Verify(const FstClass &fst) { in Verify()
|
D | topsort.cc | 21 namespace fst { namespace 24 bool TopSort(MutableFstClass *fst) { in TopSort()
|
D | arcsort.cc | 21 namespace fst { namespace 24 void ArcSort(MutableFstClass *fst, ArcSortType sort_type) { in ArcSort()
|
D | closure.cc | 21 namespace fst { namespace 24 void Closure(MutableFstClass *fst, ClosureType closure_type) { in Closure()
|
D | reweight.cc | 21 namespace fst { namespace 24 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential, in Reweight()
|
/external/openfst/src/test/ |
D | fst_test.h | 63 void TestBase(const G &fst) const { in TestBase() 111 void TestExpanded(const G &fst) const { in TestExpanded() 126 void TestMutable(G *fst) const { in TestMutable() 171 void TestAssign(G *fst) const { in TestAssign() 191 void TestCopy(const G &fst) const { in TestCopy() 210 void TestIO(const G &fst) const { in TestIO() 311 void InitFst(MutableFst<Arc> *fst, size_t nstates) const { in InitFst()
|
/external/openfst/src/include/fst/extensions/far/ |
D | compile-strings.h | 91 VectorFst<A> *fst = new VectorFst<A>; variable 99 delete fst; variable 105 CompactFst<A, StringCompactor<A> > *fst; variable 117 delete fst; variable 251 const Fst<Arc> *fst; in FarCompileStrings() local 290 delete fst; in FarCompileStrings() local
|
D | extract.h | 35 inline void FarWriteFst(const Fst<Arc>* fst, string key, in FarWriteFst() 98 const Fst<Arc> &fst = far_reader->GetFst(); in FarExtract() local 115 const Fst<Arc> &fst = far_reader->GetFst(); in FarExtract() local 131 const Fst<Arc> &fst = far_reader->GetFst(); in FarExtract() local
|
/external/openfst/src/include/fst/script/ |
D | map.h | 30 Fst<typename M::ToArc> *ArcMap(const Fst<typename M::FromArc> &fst, in ArcMap() 39 Fst<typename M::ToArc> *StateMap(const Fst<typename M::FromArc> &fst, in StateMap() 62 Fst<Arc> *fst = NULL; in Map() local 109 delete fst; in Map() local
|
/external/svox/pico/lib/ |
D | picokfst.c | 249 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstGetTransductionMode() local 261 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstGetFSTSizes() local 282 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstStartPairSearch() local 316 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstGetNextPair() local 350 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstGetTrans() local 370 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstStartInEpsTransSearch() local 393 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstGetNextInEpsTrans() local 424 kfst_SubObj fst = (kfst_SubObj) this; in picokfst_kfstIsAcceptingState() local
|