Searched defs:TropicalWeightTpl (Results 1 - 1 of 1) 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...]

Completed in 69 milliseconds