Home | History | Annotate | Download | only in lib

Lines Matching defs:DECODE

30 enum EncodeType { ENCODE = 1, DECODE = 2 };
123 // Given an encode arc Label decode back to input/output labels and costs
124 const Tuple* Decode(Label key) {
188 // A mapper to encode/decode weighted transducers. Encoding of an
198 // EncodeTable is generated the same table may by used to decode the machine
201 // Encode -> Determinize -> Decode
204 // decode, even though the encoding is not complete.
220 // Copy constructor but setting the type, typically to DECODE
249 table_->Decode(arc.ilabel);
327 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) {
328 Map(fst, EncodeMapper<A>(mapper, DECODE));
372 EncodeMapper<A>(encoder, DECODE),