Searched refs:TropicalWeightTpl (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dfloat-weight.h189 class TropicalWeightTpl : public FloatWeightTpl<T> { class in namespace:fst
193 typedef TropicalWeightTpl<T> ReverseWeight;
195 TropicalWeightTpl() : FloatWeightTpl<T>() {} function in class:fst::TropicalWeightTpl
197 TropicalWeightTpl(T f) : FloatWeightTpl<T>(f) {} function in class:fst::TropicalWeightTpl
199 TropicalWeightTpl(const TropicalWeightTpl<T> &w) : FloatWeightTpl<T>(w) {} function in class:fst::TropicalWeightTpl
201 static const TropicalWeightTpl<T> Zero() {
202 return TropicalWeightTpl<T>(FloatLimits<T>::PosInfinity()); }
204 static const TropicalWeightTpl<T> One() {
205 return TropicalWeightTpl<
[all...]
H A Dfst-decl.h33 template <class W> class TropicalWeightTpl;
38 typedef TropicalWeightTpl<float> TropicalWeight;
H A Drandom-weight.h45 // This function object returns TropicalWeightTpl<T>'s that are random integers
50 typedef TropicalWeightTpl<T> Weight;
/external/openfst/src/test/
H A Dweight_test.cc34 using fst::TropicalWeightTpl;
78 WeightTester<TropicalWeightTpl<T>, TropicalWeightGenerator_<T> >
114 CHECK(TropicalWeightTpl<double>::Type() != TropicalWeightTpl<float>::Type());
117 TropicalWeightTpl<double> w(15.0);

Completed in 83 milliseconds