#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>
Go to the source code of this file.
|
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) |
|