24 "Test equivalence by randomly selecting paths in the input FSTs");
25 DEFINE_int32(max_length, std::numeric_limits<int32_t>::max(),
26 "Maximum path length");
30 "Selection type: one of " 31 " \"uniform\", \"log_prob\" (when appropriate)," 32 " \"fast_log_prob\" (when appropriate)");
constexpr uint64_t kDefaultSeed
DEFINE_uint64(seed,::fst::script::kDefaultSeed,"Random seed")
DEFINE_int32(max_length, std::numeric_limits< int32_t >::max(),"Maximum path length")
int fstequivalent_main(int argc, char **argv)
DEFINE_double(delta,::fst::kDelta,"Comparison/quantization delta")
DEFINE_string(select,"uniform","Selection type: one of "" \"uniform\", \"log_prob\" (when appropriate),"" \"fast_log_prob\" (when appropriate)")
int main(int argc, char **argv)
DEFINE_bool(random, false,"Test equivalence by randomly selecting paths in the input FSTs")