#include <fst/flags.h>
#include <fst/weight.h>
Go to the source code of this file.
|
| DEFINE_double (delta, fst::kDelta,"Comparison/quantization delta") |
|
| DEFINE_string (map_type,"identity","Map operation: one of \"arc_sum\", \"arc_unique\", ""\"identity\", \"input_epsilon\", \"invert\", \"output_epsilon\", ""\"plus (--weight)\", \"power (--power)\", \"quantize (--delta)\", ""\"rmweight\", \"superfinal\", \"times (--weight)\", ""\"to_log\", \"to_log64\", \"to_std\"") |
|
| DEFINE_double (power, 1.0,"Power parameter") |
|
| DEFINE_string (weight,"","Weight parameter") |
|
int | fstmap_main (int argc, char **argv) |
|
int | main (int argc, char **argv) |
|
DEFINE_double |
( |
delta |
, |
|
|
fst::kDelta |
, |
|
|
"Comparison/quantization delta" |
|
|
) |
| |
DEFINE_double |
( |
power |
, |
|
|
1. |
0, |
|
|
"Power parameter" |
|
|
) |
| |
DEFINE_string |
( |
map_type |
, |
|
|
"identity" |
, |
|
|
"Map operation: one of \"arc_sum\" |
, |
|
|
\"arc_unique\" |
, |
|
|
""\"identity\" |
, |
|
|
\"input_epsilon\" |
, |
|
|
\"invert\" |
, |
|
|
\"output_epsilon\" |
, |
|
|
""\"plus (--weight)\" |
, |
|
|
\"power (--power)\" |
, |
|
|
\"quantize (--delta)\" |
, |
|
|
""\"rmweight\" |
, |
|
|
\"superfinal\" |
, |
|
|
\"times (--weight)\" |
, |
|
|
""\"to_log\" |
, |
|
|
\"to_log64\" |
, |
|
|
\"to_std\"" |
|
|
) |
| |
DEFINE_string |
( |
weight |
, |
|
|
"" |
, |
|
|
"Weight parameter" |
|
|
) |
| |
int fstmap_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |