FST  openfst-1.8.3
OpenFst Library
Namespaces | Typedefs | Functions
equivalent.h File Reference
#include <tuple>
#include <fst/equivalent.h>
#include <fst/fst.h>
#include <fst/weight.h>
#include <fst/script/arg-packs.h>
#include <fst/script/fst-class.h>
Include dependency graph for equivalent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Typedefs

using fst::script::FstEquivalentInnerArgs = std::tuple< const FstClass &, const FstClass &, float, bool * >
 
using fst::script::FstEquivalentArgs = WithReturnValue< bool, FstEquivalentInnerArgs >
 

Functions

template<class Arc >
void fst::script::Equivalent (FstEquivalentArgs *args)
 
bool fst::script::Equivalent (const FstClass &fst1, const FstClass &fst2, float delta=kDelta, bool *error=nullptr)