OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAGS_select
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/bin/
fstequivalent.cc
71
if (
FLAGS_select
== "uniform") {
73
} else if (
FLAGS_select
== "log_prob") {
75
} else if (
FLAGS_select
== "fast_log_prob") {
79
<<
FLAGS_select
<< "\"\n";
fstrandgen.cc
63
if (
FLAGS_select
== "uniform") {
65
} else if (
FLAGS_select
== "log_prob") {
67
} else if (
FLAGS_select
== "fast_log_prob") {
71
<<
FLAGS_select
<< "\"\n";
Completed in 275 milliseconds