FST
openfst-1.8.2
OpenFst Library
|
#include <algorithm>
#include <queue>
#include <type_traits>
#include <vector>
#include <fst/log.h>
#include <fst/fst.h>
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) |