HomeSort by relevance Sort by last modified time
    Searched defs:istrm (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/bin/
fstcompile.cc 55 istream *istrm = &std::cin; local
58 istrm = new fst::ifstream(argv[1]);
59 if (!*istrm) {
83 s::CompileFst(*istrm, source, dest, FLAGS_fst_type, FLAGS_arc_type,
88 if (istrm != &std::cin)
89 delete istrm;
  /external/openfst/src/include/fst/script/
compile.h 32 fst::istream &istrm; member in struct:fst::script::FstCompileArgs
45 FstCompileArgs(istream &istrm, const string &source, const string &dest,
51 istrm(istrm), source(source), dest(dest), fst_type(fst_type),
63 FstCompiler<Arc> fstcompiler(args->istrm, args->source, args->isyms,
82 void CompileFst(istream &istrm, const string &source, const string &dest,

Completed in 196 milliseconds