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

  /external/openfst/src/bin/
fstclosure.cc 43 string in_fname = (argc > 1 && strcmp(argv[1], "-") != 0) ? argv[1] : ""; local
46 MutableFstClass *fst = MutableFstClass::Read(in_fname, true);
fstreweight.cc 44 string in_fname = argv[1]; local
48 MutableFstClass *fst = MutableFstClass::Read(in_fname, true);
fsttopsort.cc 41 string in_fname = argc > 1 && strcmp(argv[1], "-") != 0 ? argv[1] : ""; local
44 MutableFstClass *fst = MutableFstClass::Read(in_fname, true);
fstreplace.cc 40 string in_fname = argv[1]; local
43 FstClass *ifst = FstClass::Read(in_fname);
fstrmepsilon.cc 51 string in_fname = (argc > 1 && strcmp(argv[1], "-") != 0) ? argv[1] : ""; local
54 FstClass *ifst = FstClass::Read(in_fname);
fstshortestdistance.cc 50 string in_fname = (argc > 1 && (strcmp(argv[1], "-") != 0)) ? argv[1] : ""; local
53 FstClass *ifst = FstClass::Read(in_fname);
fstshortestpath.cc 51 string in_fname = (argc > 1 && (strcmp(argv[1], "-") != 0)) ? argv[1] : ""; local
54 FstClass *ifst = FstClass::Read(in_fname);
fstsymbols.cc 57 string in_fname = argc > 1 && strcmp(argv[1], "-") != 0 ? argv[1] : ""; local
60 s::MutableFstClass *fst = s::MutableFstClass::Read(in_fname, true);
  /external/openfst/src/extensions/pdt/
pdtreplace.cc 46 string in_fname = argv[1]; local
49 s::FstClass *ifst = s::FstClass::Read(in_fname);

Completed in 201 milliseconds