HomeSort by relevance Sort by last modified time
    Searched refs:SparseTupleWeight (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
sparse-tuple-weight.h 48 template <class W, class K> class SparseTupleWeight;
54 istream &operator>>(istream &strm, SparseTupleWeight<W, K> &w);
60 class SparseTupleWeight {
63 typedef SparseTupleWeight<typename W::ReverseWeight, K> ReverseWeight;
66 SparseTupleWeight() {
71 SparseTupleWeight(Iterator begin, Iterator end) {
79 SparseTupleWeight(const K& key, const W &w) {
84 SparseTupleWeight(const W &w) {
88 SparseTupleWeight(const SparseTupleWeight<W, K> &w)
    [all...]
sparse-power-weight.h 21 // Uses SparseTupleWeight as underlying representation.
34 // Below SparseTupleWeight*Mapper are used in conjunction with
80 class SparsePowerWeight : public SparseTupleWeight<W, K> {
82 using SparseTupleWeight<W, K>::Zero;
83 using SparseTupleWeight<W, K>::One;
84 using SparseTupleWeight<W, K>::NoWeight;
85 using SparseTupleWeight<W, K>::Quantize;
86 using SparseTupleWeight<W, K>::Reverse;
92 SparsePowerWeight(const SparseTupleWeight<W, K> &w) :
93 SparseTupleWeight<W, K>(w) {
    [all...]

Completed in 62 milliseconds