OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Determinize
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/script/
determinize.cc
19
#include <fst/script/
determinize
.h>
24
void
Determinize
(const FstClass &ifst,
27
if (!ArcTypesMatch(ifst, *ofst, "
Determinize
")) return;
30
Apply<Operation<DeterminizeArgs> >("
Determinize
", ifst.ArcType(), &args);
33
REGISTER_FST_OPERATION(
Determinize
, StdArc, DeterminizeArgs);
34
REGISTER_FST_OPERATION(
Determinize
, LogArc, DeterminizeArgs);
35
REGISTER_FST_OPERATION(
Determinize
, Log64Arc, DeterminizeArgs);
/external/openfst/src/include/fst/script/
determinize.h
20
#include <fst/
determinize
.h>
46
void
Determinize
(DeterminizeArgs *args) {
58
Determinize
(ifst, ofst, detargs);
61
void
Determinize
(const FstClass &ifst, MutableFstClass *ofst,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h
0
//
determinize
.h
18
// Functions and classes to
determinize
an FST.
137
SetType("
determinize
");
470
// strings and using acceptor determinization above to
determinize
632
//
Determinize
acceptor.
710
void
Determinize
(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,
/external/openfst/src/include/fst/
determinize.h
0
//
determinize
.h
20
// Functions and classes to
determinize
an FST.
138
//
DETERMINIZE
FILTERS - these can be used in determinization to compute
146
// A
determinize
filter that does not modify its input.
377
SetType("
determinize
");
389
SetType("
determinize
");
689
// strings and using acceptor determinization above to
determinize
[
all
...]
Completed in 76 milliseconds