FST
openfst-1.8.2.post1
OpenFst Library
|
#include <cstdint>
#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_uint64 (seed, 403,"random seed") | |
DEFINE_int32 (repeat, 10000,"number of test repetitions") | |
int | main (int argc, char **argv) |
DEFINE_int32 | ( | repeat | , |
10000 | , | ||
"number of test repetitions" | |||
) |
DEFINE_uint64 | ( | seed | , |
403 | , | ||
"random seed" | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 287 of file weight_test.cc.