OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FactorWeightFst
(Results
1 - 2
of
2
) 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
...]
/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
...]
Completed in 53 milliseconds