21 DEFINE_int32(max_length, std::numeric_limits<int32_t>::max(),
22 "Maximum path length");
26 "Selection type: one of " 27 " \"uniform\", \"log_prob\" (when appropriate)," 28 " \"fast_log_prob\" (when appropriate)");
30 "Output tree weighted by path count vs. unweighted paths");
32 "Remove total weight when output weighted");
int fstrandgen_main(int argc, char **argv)
constexpr uint64_t kDefaultSeed
DEFINE_string(select,"uniform","Selection type: one of "" \"uniform\", \"log_prob\" (when appropriate),"" \"fast_log_prob\" (when appropriate)")
DEFINE_bool(weighted, false,"Output tree weighted by path count vs. unweighted paths")
int main(int argc, char **argv)
DEFINE_uint64(seed,::fst::script::kDefaultSeed,"Random seed")
DEFINE_int32(max_length, std::numeric_limits< int32_t >::max(),"Maximum path length")