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

  /external/openfst/src/bin/
fstconvert.cc 51 if (ofst->FstType() != FLAGS_fst_type) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
expanded-fst.h 54 registr->GetReader(hdr.FstType());
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
mutable-fst.h 87 registr->GetReader(hdr.FstType());
89 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
fst.h 78 const string &FstType() const { return fsttype_; }
161 registr->GetReader(hdr.FstType());
163 LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.FstType()
464 if (hdr->FstType() != type_) {
  /external/openfst/src/include/fst/script/
fst-class.h 50 virtual const string &FstType() const = 0;
87 virtual const string &FstType() const {
168 virtual const string& FstType() const {
169 return impl_->FstType();
info-impl.h 174 const string& FstType() const { return fst_type_; }
237 os << "fst type" << fstinfo.FstType() << endl;
  /external/openfst/src/include/fst/
expanded-fst.h 62 registr->GetReader(hdr.FstType());
64 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
add-on.h 207 AddOnImpl<F, T> *impl = new AddOnImpl<F, T>(nopts.header->FstType());
233 impl = new AddOnImpl<F, T>(*fst, nopts.header->FstType(), t);
mutable-fst.h 104 registr->GetReader(hdr.FstType());
106 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
fst.h 106 const string &FstType() const { return fsttype_; }
211 registr->GetReader(hdr.FstType());
213 LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.FstType()
782 << ", fst_type: " << hdr->FstType()
788 if (hdr->FstType() != type_) {
  /external/openfst/src/include/fst/extensions/pdt/
info.h 50 const string& FstType() const { return fst_type_; }
147 cout << "fst type" << pdtinfo.FstType().c_str() << endl;

Completed in 269 milliseconds