Home
last modified time | relevance | path

Searched refs:fstinfo (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/script/
Dinfo-impl.h232 void PrintFstInfo(const FstInfo<A> &fstinfo, bool pipe = false) {
237 os << "fst type" << fstinfo.FstType() << endl;
239 os << "arc type" << fstinfo.ArcType() << endl;
241 os << "input symbol table" << fstinfo.InputSymbols() << endl;
243 os << "output symbol table" << fstinfo.OutputSymbols() << endl;
245 if (!fstinfo.LongInfo()) {
251 os << "# of states" << fstinfo.NumStates() << endl;
253 os << "# of arcs" << fstinfo.NumArcs() << endl;
255 os << "initial state" << fstinfo.Start() << endl;
257 os << "# of final states" << fstinfo.NumFinal() << endl;
[all …]
Dinfo.h33 FstInfo<Arc> fstinfo(fst, args->arg2, args->arg3, in PrintFstInfo()
35 PrintFstInfo(fstinfo, args->arg6); in PrintFstInfo()
/external/openfst/src/bin/
DMakefile.am7 fstencode fstepsnormalize fstequal fstequivalent fstinfo fstintersect \ program
43 fstinfo_SOURCES = fstinfo.cc
DMakefile.in44 @HAVE_BIN_TRUE@ fstinfo$(EXEEXT) fstintersect$(EXEEXT) \
146 am__fstinfo_SOURCES_DIST = fstinfo.cc
147 @HAVE_BIN_TRUE@am_fstinfo_OBJECTS = fstinfo.$(OBJEXT)
446 @HAVE_BIN_TRUE@fstinfo_SOURCES = fstinfo.cc
586 fstinfo$(EXEEXT): $(fstinfo_OBJECTS) $(fstinfo_DEPENDENCIES) $(EXTRA_fstinfo_DEPENDENCIES)
587 @rm -f fstinfo$(EXEEXT)
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstinfo.Po@am__quote@