OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FactorIterator
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
factor-weight.h
74
// class
FactorIterator
{
76
//
FactorIterator
(W w);
172
typedef F
FactorIterator
;
237
FactorIterator
f(w);
314
FactorIterator
fit(w);
335
for (
FactorIterator
fit(w);
386
// FactorWeightFst takes as template parameter a
FactorIterator
as
389
// according to the
FactorIterator
. States and transitions will be
determinize.h
711
typedef GallicFactor<Label, Weight, S>
FactorIterator
;
898
FactorWeightFst<ToArc,
FactorIterator
> factored_fst(det_fsa, fopts);
[
all
...]
Completed in 483 milliseconds