OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeArgs
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/script/
decode.cc
26
DecodeArgs
args(ofst, coder_fname);
28
Apply<Operation<
DecodeArgs
> >("Decode", ofst->ArcType(), &args);
31
REGISTER_FST_OPERATION(Decode, StdArc,
DecodeArgs
);
32
REGISTER_FST_OPERATION(Decode, LogArc,
DecodeArgs
);
33
REGISTER_FST_OPERATION(Decode, Log64Arc,
DecodeArgs
);
/external/openfst/src/include/fst/script/
decode.h
29
typedef args::Package<MutableFstClass*, const string&>
DecodeArgs
;
32
void Decode(
DecodeArgs
*args) {
fstscript.h
98
REGISTER_FST_OPERATION(Decode, Arc,
DecodeArgs
);
Completed in 176 milliseconds