FST
openfst-1.8.2.post1
OpenFst Library
|
#include <cstdint>
#include <tuple>
#include <fst/randequivalent.h>
#include <fst/script/arg-packs.h>
#include <fst/script/fst-class.h>
#include <fst/script/script-impl.h>
Go to the source code of this file.
Namespaces | |
fst | |
fst::script | |
Typedefs | |
using | fst::script::FstRandEquivalentInnerArgs = std::tuple< const FstClass &, const FstClass &, int32_t, const RandGenOptions< RandArcSelection > &, float, uint64_t > |
using | fst::script::FstRandEquivalentArgs = WithReturnValue< bool, FstRandEquivalentInnerArgs > |
Functions | |
template<class Arc > | |
void | fst::script::RandEquivalent (FstRandEquivalentArgs *args) |
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()()) |