OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RandGenFst
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
randgen.h
138
// Random path state info maintained by
RandGenFst
and passed to samplers.
305
// Options for random path generation with
RandGenFst
. The template argument
307
// the sampler is taken by
RandGenFst
.
326
// Implementation of
RandGenFst
.
509
class
RandGenFst
: public ImplToFst< RandGenFstImpl<A, B, S> > {
511
friend class ArcIterator<
RandGenFst
<A, B, S> >;
512
friend class StateIterator<
RandGenFst
<A, B, S> >;
521
RandGenFst
(const Fst<A> &fst, const RandGenFstOptions<S> &opts)
525
RandGenFst
(const
RandGenFst
<A, B, S> &fst, bool safe = false
[
all
...]
fst-decl.h
64
template <class A, class B, class S> class
RandGenFst
;
Completed in 146 milliseconds