FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
randequivalent.cc File Reference
#include <fst/script/randequivalent.h>
#include <cstdint>
#include <fst/randgen.h>
#include <fst/script/fst-class.h>
#include <fst/script/script-impl.h>
Include dependency graph for randequivalent.cc:

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Functions

bool fst::script::RandEquivalent (const FstClass &fst1, const FstClass &fst2, int32_t npath=1, const RandGenOptions< RandArcSelection > &opts=RandGenOptions< RandArcSelection >(RandArcSelection::UNIFORM), float delta=kDelta, uint64_t seed=std::random_device()())
 
 fst::script::REGISTER_FST_OPERATION_3ARCS (RandEquivalent, FstRandEquivalentArgs)