Searched defs:RandEquivalent (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/script/
H A Drandequivalent.cc25 bool RandEquivalent(const FstClass &fst1, const FstClass &fst2, function in namespace:fst::script
28 if (!ArcTypesMatch(fst1, fst2, "RandEquivalent")) return false;
33 Apply<Operation<RandEquivalentArgs1> >("RandEquivalent", fst1.ArcType(),
39 bool RandEquivalent(const FstClass &fst1, const FstClass &fst2, int32 seed, function in namespace:fst::script
42 if (!ArcTypesMatch(fst1, fst2, "RandEquivalent")) return false;
48 "RandEquivalent", fst1.ArcType(), &args_with_retval);
53 REGISTER_FST_OPERATION(RandEquivalent, StdArc, RandEquivalentArgs1);
54 REGISTER_FST_OPERATION(RandEquivalent, LogArc, RandEquivalentArgs1);
55 REGISTER_FST_OPERATION(RandEquivalent, Log64Arc, RandEquivalentArgs1);
56 REGISTER_FST_OPERATION(RandEquivalent, StdAr
[all...]
/external/openfst/src/include/fst/script/
H A Drandequivalent.h35 void RandEquivalent(RandEquivalentArgs1 *args) { function in namespace:fst::script
39 args->retval = RandEquivalent(fst1, fst2, args->args.arg3, args->args.arg4,
53 void RandEquivalent(RandEquivalentArgs2 *args) { function in namespace:fst::script
64 args->retval = RandEquivalent(fst1, fst2, args->args.arg4,
71 args->retval = RandEquivalent(fst1, fst2, args->args.arg4,
77 args->retval = RandEquivalent(fst1, fst2, args->args.arg4,
84 bool RandEquivalent(const FstClass &fst1,
92 bool RandEquivalent(const FstClass &fst1,
/external/openfst/src/include/fst/
H A Drandequivalent.h44 bool RandEquivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, function in namespace:fst
54 FSTERROR() << "RandEquivalent: input/output symbol tables of 1st "
122 bool RandEquivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, function in namespace:fst
129 return RandEquivalent(fst1, fst2, num_paths, delta, opts, error);

Completed in 132 milliseconds