FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
randequivalent.h File Reference
#include <cstdint>
#include <limits>
#include <random>
#include <fst/log.h>
#include <fst/arcsort.h>
#include <fst/compose.h>
#include <fst/connect.h>
#include <fst/fst.h>
#include <fst/project.h>
#include <fst/properties.h>
#include <fst/randgen.h>
#include <fst/shortest-distance.h>
#include <fst/symbol-table.h>
#include <fst/util.h>
#include <fst/vector-fst.h>
#include <fst/weight.h>
Include dependency graph for randequivalent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 

Functions

template<class Arc , class ArcSelector >
bool fst::RandEquivalent (const Fst< Arc > &fst1, const Fst< Arc > &fst2, int32_t npath, const RandGenOptions< ArcSelector > &opts, float delta=kDelta, uint64_t seed=std::random_device()(), bool *error=nullptr)
 
template<class Arc >
bool fst::RandEquivalent (const Fst< Arc > &fst1, const Fst< Arc > &fst2, int32_t npath, float delta=kDelta, uint64_t seed=std::random_device()(), int32_t max_length=std::numeric_limits< int32_t >::max(), bool *error=nullptr)