FST
openfst-1.8.4
OpenFst Library
|
#include <compress.h>
Public Member Functions | |
LempelZiv () | |
void | BatchEncode (const std::vector< Edge > &input, std::vector< std::pair< Var, Edge >> *output) |
bool | BatchDecode (const std::vector< std::pair< Var, Edge >> &input, std::vector< Edge > *output) |
bool | SingleDecode (const Var &index, Edge *output) |
Definition at line 92 of file compress.h.
|
inline |
Definition at line 94 of file compress.h.
bool fst::LempelZiv< Var, Edge, EdgeLessThan, EdgeEquals >::BatchDecode | ( | const std::vector< std::pair< Var, Edge >> & | input, |
std::vector< Edge > * | output | ||
) |
Definition at line 163 of file compress.h.
void fst::LempelZiv< Var, Edge, EdgeLessThan, EdgeEquals >::BatchEncode | ( | const std::vector< Edge > & | input, |
std::vector< std::pair< Var, Edge >> * | output | ||
) |
Definition at line 136 of file compress.h.
|
inline |
Definition at line 111 of file compress.h.