HomeSort by relevance Sort by last modified time
    Searched refs:FactorWeightFst (Results 1 - 10 of 10) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 328 // FactorWeightFst takes as template parameter a FactorIterator as
338 class FactorWeightFst : public Fst<A> {
340 friend class ArcIterator< FactorWeightFst<A, F> >;
341 friend class CacheStateIterator< FactorWeightFst<A, F> >;
342 friend class CacheArcIterator< FactorWeightFst<A, F> >;
349 FactorWeightFst(const Fst<A> &fst)
352 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions &opts)
354 FactorWeightFst(const FactorWeightFst<A, F> &fst) : Fst<A>(fst), impl_(fst.impl_) {
358 virtual ~FactorWeightFst() { if (!impl_->DecrRefCount()) delete impl_;
    [all...]
epsnormalize.h 59 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
push.h 79 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
determinize.h 639 FactorWeightFst<ToArc, FactorIterator> factored_fst(det_fsa, fopts);
minimize.h 534 FactorWeightFst< GallicArc<A, STRING_LEFT>,
  /external/openfst/src/include/fst/
factor-weight.h 198 LOG(WARNING) << "FactorWeightFst: factor mode is set to 0: "
386 // FactorWeightFst takes as template parameter a FactorIterator as
399 class FactorWeightFst : public ImplToFst< FactorWeightFstImpl<A, F> > {
401 friend class ArcIterator< FactorWeightFst<A, F> >;
402 friend class StateIterator< FactorWeightFst<A, F> >;
410 FactorWeightFst(const Fst<A> &fst)
413 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions<A> &opts)
417 FactorWeightFst(const FactorWeightFst<A, F> &fst, bool copy)
420 // Get a copy of this FactorWeightFst. See Fst<>::Copy() for further doc
    [all...]
epsnormalize.h 61 FactorWeightFst< GallicArc<Arc, STRING_RIGHT_RESTRICT>,
push.h 162 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
minimize.h 556 FactorWeightFst< GallicArc<A, STRING_LEFT>,
determinize.h 898 FactorWeightFst<ToArc, FactorIterator> factored_fst(det_fsa, fopts);
    [all...]

Completed in 308 milliseconds