OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComposeFst
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h
84
// Abstract base for the implementation of delayed
ComposeFst
. The
115
LOG(FATAL) << "
ComposeFst
: output symbol table of 1st argument "
268
// (i.e. states of the
ComposeFst
). Main optimization: due to the
359
LOG(FATAL) << "
ComposeFst
: 1st argument not output label "
368
LOG(FATAL) << "
ComposeFst
: 2nd argument not input label "
380
<< "
ComposeFst
: More than one special symbol used in composition";
406
LOG(FATAL) << "
ComposeFst
: 1st argument not output label sorted "
670
// -
ComposeFst
does not trim its output (since it is a delayed operation).
681
class
ComposeFst
: public Fst<A> {
683
friend class ArcIterator<
ComposeFst
<A> >
[
all
...]
/external/openfst/src/include/fst/
compose.h
43
// objects; in that case,
ComposeFst
takes their ownership. This
72
// objects; in that case,
ComposeFst
takes their ownership. This
126
VLOG(2) << "
ComposeFst
(" << this << "): Begin";
130
FSTERROR() << "
ComposeFst
: output symbol table of 1st argument "
236
VLOG(2) << "
ComposeFst
(" << this
402
VLOG(2) << "
ComposeFst
(" << this << "): Match type: "
415
VLOG(2) << "
ComposeFst
(" << this << "): Initialized";
425
FSTERROR() << "
ComposeFst
: only one argument can require matching.";
429
FSTERROR() << "
ComposeFst
: 1st argument requires matching but cannot.";
435
FSTERROR() << "
ComposeFst
: 2nd argument requires matching but cannot."
[
all
...]
Completed in 35 milliseconds