FST  openfst-1.8.3
OpenFst Library
Namespaces | Typedefs | Functions
isomorphic.h File Reference
#include <tuple>
#include <fst/fst.h>
#include <fst/isomorphic.h>
#include <fst/weight.h>
#include <fst/script/arg-packs.h>
#include <fst/script/fst-class.h>
Include dependency graph for isomorphic.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::FstIsomorphicInnerArgs = std::tuple< const FstClass &, const FstClass &, float >
 
using fst::script::FstIsomorphicArgs = WithReturnValue< bool, FstIsomorphicInnerArgs >
 

Functions

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