Home | History | Annotate | Download | only in lib

Lines Matching full:weight

0 // weight.h
17 // General weight set and associated semiring operation definitions.
29 // A Weight class is required to be (at least) a left or right semiring.
31 // In addition, the following should be defined for a Weight:
33 // >>: reads textual representation of a weight.
34 // <<: prints textual representation of a weight.
35 // Read(istream &): reads binary representation of a weight.
36 // Write(ostrem &): writes binary representation of a weight.
37 // Hash: maps weight to ssize_t.
47 // ReverseWeight: the type of the corresponding reverse weight.
48 // Typically the same type as Weight for a (both left and right) semiring.
50 // Reverse: a mapping from Weight to ReverseWeight s.t.
123 typedef W Weight;
128 LOG(ERROR) << "NaturalLess: Weight type is not idempotent and "