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

  /external/openfst/src/include/fst/script/
info.h 33 FstInfo<Arc> fstinfo(fst, args->arg2, args->arg3,
35 PrintFstInfo(fstinfo, args->arg6);
info-impl.h 19 // Class to compute various information about FSTs, helper class for fstinfo.cc
40 // Compute various information about FSTs, helper class for fstinfo.cc.
44 template <class A> class FstInfo {
53 FstInfo(const Fst<A> &fst, bool test_properties,
83 FSTERROR() << "FstInfo: Verify: FST not well-formed.";
203 FSTERROR() << "FstInfo: method only available with long info version";
228 DISALLOW_COPY_AND_ASSIGN(FstInfo);
232 void PrintFstInfo(const FstInfo<A> &fstinfo, bool pipe = false) {
237 os << "fst type" << fstinfo.FstType() << endl
    [all...]

Completed in 167 milliseconds