FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::UnweightedTester< StdArc > Class Template Reference

#include <algo_test.h>

Public Types

using Arc = StdArc
 
using Label = Arc::Label
 
using StateId = Arc::StateId
 
using Weight = Arc::Weight
 

Public Member Functions

 UnweightedTester (const Fst< Arc > &zero_fsa, const Fst< Arc > &one_fsa, const Fst< Arc > &univ_fsa, uint64_t seed)
 
void Test (const Fst< Arc > &A1, const Fst< Arc > &A2, const Fst< Arc > &A3)
 

Detailed Description

template<>
class fst::UnweightedTester< StdArc >

Definition at line 1098 of file algo_test.h.

Member Typedef Documentation

Definition at line 1100 of file algo_test.h.

Definition at line 1101 of file algo_test.h.

Definition at line 1102 of file algo_test.h.

Definition at line 1103 of file algo_test.h.

Constructor & Destructor Documentation

fst::UnweightedTester< StdArc >::UnweightedTester ( const Fst< Arc > &  zero_fsa,
const Fst< Arc > &  one_fsa,
const Fst< Arc > &  univ_fsa,
uint64_t  seed 
)
inline

Definition at line 1105 of file algo_test.h.

Member Function Documentation

void fst::UnweightedTester< StdArc >::Test ( const Fst< Arc > &  A1,
const Fst< Arc > &  A2,
const Fst< Arc > &  A3 
)
inline

Definition at line 1112 of file algo_test.h.


The documentation for this class was generated from the following file: