OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceFst
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h
31
// By default
ReplaceFst
will copy the input label of the 'replace arc'.
157
LOG(FATAL) << "
ReplaceFst
::AddFst input symbols of Fst " << i-1
161
LOG(FATAL) << "
ReplaceFst
::AddFst output symbols of Fst " << i-1
510
// \class
ReplaceFst
514
//
ReplaceFst
supports dynamic replacement of arcs in one Fst with
515
// another Fst. This replacement is recursive.
ReplaceFst
can be used
521
// Fst. Currently the
ReplaceFst
uses the output symbols of the arcs
533
class
ReplaceFst
: public Fst<A> {
535
friend class ArcIterator<
ReplaceFst
<A> >;
536
friend class CacheStateIterator<
ReplaceFst
<A> >
[
all
...]
fst-decl.h
51
template <class A> class
ReplaceFst
;
73
typedef
ReplaceFst
<StdArc> StdReplaceFst;
Completed in 1476 milliseconds