OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArcSortType
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/script/
arcsort.h
27
enum
ArcSortType
{ ILABEL_COMPARE, OLABEL_COMPARE };
29
typedef args::Package<MutableFstClass*, const
ArcSortType
> ArcSortArgs;
44
void ArcSort(MutableFstClass *ofst,
ArcSortType
sort_type);
/external/openfst/src/script/
arcsort.cc
24
void ArcSort(MutableFstClass *fst,
ArcSortType
sort_type) {
Completed in 456 milliseconds