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

  /external/srec/tools/make_cfst/
make_cfst.cpp 61 char* cfstFilename = 0;
95 cfstFilename = argv[++i];
256 printf("writing output file %s\n", cfstFilename);
262 ofst->Write((const char*)cfstFilename);
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 123 const char* cfstFilename,
578 const char* cfstFilename,
860 cout << "info: reading model fst " << cfstFilename << endl;
861 c_fst = fst::StdVectorFst::Read( cfstFilename);
    [all...]

Completed in 161 milliseconds