OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProjectFst
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
project.h
97
class
ProjectFst
: public ArcMapFst<A, A, ProjectMapper<A> > {
104
ProjectFst
(const Fst<A> &fst, ProjectType project_type)
113
ProjectFst
(const
ProjectFst
<A> &fst, bool safe = false)
116
// Get a copy of this
ProjectFst
. See Fst<>::Copy() for further doc.
117
virtual
ProjectFst
<A> *Copy(bool safe = false) const {
118
return new
ProjectFst
(*this, safe);
123
// Specialization for
ProjectFst
.
125
class StateIterator<
ProjectFst
<A> >
128
explicit StateIterator(const
ProjectFst
<A> &fst
[
all
...]
fst-decl.h
63
template <class A> class
ProjectFst
;
105
typedef
ProjectFst
<StdArc> StdProjectFst;
/external/openfst/src/test/
algo_test.h
314
ProjectFst
<Arc> P2(T, PROJECT_INPUT);
349
ProjectFst
<Arc> P1(T, PROJECT_INPUT);
351
ProjectFst
<Arc> P2(I1, PROJECT_OUTPUT);
358
ProjectFst
<Arc> P1(T, PROJECT_OUTPUT);
360
ProjectFst
<Arc> P2(I1, PROJECT_INPUT);
[
all
...]
Completed in 202 milliseconds