Searched defs:FstType (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dinfo.h50 const string& FstType() const { return fst_type_; } function in class:fst::PdtInfo
147 cout << "fst type" << pdtinfo.FstType().c_str() << endl;
/external/openfst/src/include/fst/script/
H A Dfst-class.h51 virtual const string &FstType() const = 0;
91 virtual const string &FstType() const { function in class:fst::script::FstClassImpl
190 virtual const string& FstType() const { function in class:fst::script::FstClass
191 return impl_->FstType();
H A Dinfo-impl.h174 const string& FstType() const { return fst_type_; } function in class:fst::FstInfo
237 os << "fst type" << fstinfo.FstType() << endl;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h78 const string &FstType() const { return fsttype_; } function in class:fst::FstHeader
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/
H A Dfst.h113 const string &FstType() const { return fsttype_; } function in class:fst::FstHeader
218 registr->GetReader(hdr.FstType());
220 LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.FstType()
789 << ", fst_type: " << hdr->FstType()
795 if (hdr->FstType() != type_) {

Completed in 2740 milliseconds