OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FactorWeightFst
(Results
1 - 5
of
5
) sorted by null
/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 408 milliseconds