FST
openfst-1.8.4
OpenFst Library
|
#include <algo_test.h>
Public Types | |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | WeightGenerator = WeightGenerate< Weight > |
Public Member Functions | |
WeightedTester (uint64_t seed, const Fst< Arc > &zero_fst, const Fst< Arc > &one_fst, const Fst< Arc > &univ_fst, WeightGenerator weight_generator) | |
void | Test (const Fst< Arc > &T1, const Fst< Arc > &T2, const Fst< Arc > &T3) |
Definition at line 143 of file algo_test.h.
using fst::WeightedTester< Arc >::Label = typename Arc::Label |
Definition at line 145 of file algo_test.h.
using fst::WeightedTester< Arc >::StateId = typename Arc::StateId |
Definition at line 146 of file algo_test.h.
using fst::WeightedTester< Arc >::Weight = typename Arc::Weight |
Definition at line 147 of file algo_test.h.
using fst::WeightedTester< Arc >::WeightGenerator = WeightGenerate<Weight> |
Definition at line 148 of file algo_test.h.
|
inline |
Definition at line 150 of file algo_test.h.
|
inline |
Definition at line 160 of file algo_test.h.