Searched refs:TupleWeight (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dtuple-weight.h36 template<class W, unsigned int n> class TupleWeight;
38 istream &operator>>(istream &strm, TupleWeight<W, n> &w);
42 class TupleWeight { class in namespace:fst
44 typedef TupleWeight<typename W::ReverseWeight, n> ReverseWeight;
46 TupleWeight() {} function in class:fst::TupleWeight
48 TupleWeight(const TupleWeight &w) { function in class:fst::TupleWeight
54 TupleWeight(Iterator begin, Iterator end) { function in class:fst::TupleWeight
59 TupleWeight(const W &w) { function in class:fst::TupleWeight
64 static const TupleWeight<
95 operator =(const TupleWeight<W, n> &w) argument
246 operator ==(const TupleWeight<W, n> &w1, const TupleWeight<W, n> &w2) argument
255 operator !=(const TupleWeight<W, n> &w1, const TupleWeight<W, n> &w2) argument
264 ApproxEqual(const TupleWeight<W, n> &w1, const TupleWeight<W, n> &w2, float delta = kDelta) argument
275 operator <<(ostream &strm, const TupleWeight<W, n> &w) argument
[all...]
H A Dpower-weight.h39 class PowerWeight : public TupleWeight<W, n> {
41 using TupleWeight<W, n>::Zero;
42 using TupleWeight<W, n>::One;
43 using TupleWeight<W, n>::NoWeight;
44 using TupleWeight<W, n>::Quantize;
45 using TupleWeight<W, n>::Reverse;
51 PowerWeight(const TupleWeight<W, n> &w) : TupleWeight<W, n>(w) {} argument
54 PowerWeight(Iterator begin, Iterator end) : TupleWeight<W, n>(begin, end) {}
57 static const PowerWeight<W, n> zero(TupleWeight<
[all...]

Completed in 158 milliseconds