FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
isomorphic.h File Reference
#include <algorithm>
#include <cstddef>
#include <memory>
#include <queue>
#include <type_traits>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/fst.h>
#include <fst/util.h>
#include <fst/weight.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.

Classes

class  fst::internal::Isomorphism< Arc >
 

Namespaces

 fst
 
 fst::internal
 

Functions

template<class Weight , typename std::enable_if_t< IsIdempotent< Weight >::value > * = nullptr>
bool fst::internal::WeightCompare (const Weight &w1, const Weight &w2, float, bool *)
 
template<class Arc >
bool fst::Isomorphic (const Fst< Arc > &fst1, const Fst< Arc > &fst2, float delta=kDelta)