Cambridge SMT System
latmert/include/tropical-sparse-tuple-weight-decls.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::vector< double > PARAMS
 
typedef fst::TropicalWeightTpl< double > FeatureWeight
 
typedef fst::TropicalSparseTupleWeight< double > TupleW
 
typedef fst::ArcTpl< TupleWTupleArc
 
typedef fst::VectorFst< TupleArcTupleArcFst
 
typedef fst::TropicalWeightTpl< float > FeatureWeight32
 
typedef fst::TropicalSparseTupleWeight< float > TupleW32
 
typedef fst::ArcTpl< TupleW32TupleArc32
 
typedef fst::VectorFst< TupleArc32TupleArcFst32
 

Typedef Documentation

typedef fst::TropicalWeightTpl<double> FeatureWeight
typedef fst::TropicalWeightTpl<float> FeatureWeight32
typedef std::vector<double> PARAMS
typedef fst::ArcTpl<TupleW> TupleArc
typedef fst::ArcTpl<TupleW32> TupleArc32
typedef fst::VectorFst<TupleArc> TupleArcFst
typedef fst::VectorFst<TupleArc32> TupleArcFst32