Searched refs:WeightedTester (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/test/
H A Dalgo_test.h63 class WeightedTester { class in namespace:fst
69 WeightedTester(int seed, const Fst<Arc> &zero_fst, const Fst<Arc> &one_fst, function in class:fst::WeightedTester
858 DISALLOW_COPY_AND_ASSIGN(WeightedTester);
863 const int WeightedTester<A, WG>::kRandomPathLength = 25;
866 const int WeightedTester<A, WG>::kNumRandomPaths = 100;
869 const int WeightedTester<A, WG>::kNumRandomShortestPaths = 100;
872 const int WeightedTester<A, WG>::kNumShortestStates = 10000;
875 const float WeightedTester<A, WG>::kTestDelta = .05;
879 // by WeightedTester. Only the specialization does anything interesting.
1183 WeightedTester<Ar
[all...]

Completed in 68 milliseconds