Searched refs:project_type (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/script/
H A Dproject.cc24 void Project(MutableFstClass *ofst, ProjectType project_type) { argument
25 ProjectArgs args(ofst, project_type);
/external/openfst/src/include/fst/
H A Dproject.h37 explicit ProjectMapper(ProjectType project_type) argument
38 : project_type_(project_type) {}
77 void Project(MutableFst<Arc> *fst, ProjectType project_type) { argument
78 ArcMap(fst, ProjectMapper<Arc>(project_type));
79 if (project_type == PROJECT_INPUT)
81 if (project_type == PROJECT_OUTPUT)
104 ProjectFst(const Fst<A> &fst, ProjectType project_type) argument
105 : ArcMapFst<A, A, C>(fst, C(project_type)) {
106 if (project_type == PROJECT_INPUT)
108 if (project_type
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproject.h34 explicit ProjectMapper(ProjectType project_type) argument
35 : project_type_(project_type) {}
63 void Project(MutableFst<Arc> *fst, ProjectType project_type) { argument
64 Map(fst, ProjectMapper<Arc>(project_type));
84 ProjectFst(const Fst<A> &fst, ProjectType project_type) argument
85 : MapFst<A, A, C>(fst, C(project_type)) {}
/external/openfst/src/bin/
H A Dfstproject.cc50 fst::ProjectType project_type = FLAGS_project_output ?
53 s::Project(fst, project_type);
/external/openfst/src/include/fst/script/
H A Dproject.h36 void Project(MutableFstClass *ofst, ProjectType project_type);

Completed in 861 milliseconds