FST
openfst-1.7.1
OpenFst Library
|
#include <cstdlib>
#include <ctime>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/expectation-weight.h>
#include <fst/float-weight.h>
#include <fst/lexicographic-weight.h>
#include <fst/power-weight.h>
#include <fst/product-weight.h>
#include <fst/set-weight.h>
#include <fst/signed-log-weight.h>
#include <fst/sparse-power-weight.h>
#include <fst/string-weight.h>
#include <fst/union-weight.h>
#include <fst/test/weight-tester.h>
Go to the source code of this file.
Functions | |
DEFINE_int32 (seed,-1,"random seed") | |
DEFINE_int32 (repeat, 10000,"number of test repetitions") | |
int | main (int argc, char **argv) |
DEFINE_int32 | ( | seed | , |
- | 1, | ||
"random seed" | |||
) |
DEFINE_int32 | ( | repeat | , |
10000 | , | ||
"number of test repetitions" | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 279 of file weight_test.cc.