FST  openfst-1.8.3
OpenFst Library
Static Public Member Functions | List of all members
fst::Elias< Var > Class Template Reference

#include <elias.h>

Static Public Member Functions

static void GammaEncode (const Var &input, std::vector< bool > *code)
 
static void DeltaEncode (const Var &input, std::vector< bool > *code)
 
static void BatchDecode (const std::vector< bool > &input, std::vector< Var > *output)
 

Detailed Description

template<class Var>
class fst::Elias< Var >

Definition at line 30 of file elias.h.

Member Function Documentation

template<class Var >
void fst::Elias< Var >::BatchDecode ( const std::vector< bool > &  input,
std::vector< Var > *  output 
)
static

Definition at line 77 of file elias.h.

template<class Var >
void fst::Elias< Var >::DeltaEncode ( const Var &  input,
std::vector< bool > *  code 
)
static

Definition at line 59 of file elias.h.

template<class Var >
void fst::Elias< Var >::GammaEncode ( const Var &  input,
std::vector< bool > *  code 
)
static

Definition at line 44 of file elias.h.


The documentation for this class was generated from the following file: