FST
openfst-1.8.2.post1
OpenFst Library
|
#include <accumulator.h>
Public Types | |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
CacheLogAccumulatorData (bool gc, size_t gc_limit) | |
CacheLogAccumulatorData (const CacheLogAccumulatorData< Arc > &data) | |
bool | CacheDisabled () const |
std::vector< double > * | GetWeights (StateId s) |
void | AddWeights (StateId s, std::vector< double > *weights) |
Definition at line 408 of file accumulator.h.
using fst::CacheLogAccumulatorData< Arc >::StateId = typename Arc::StateId |
Definition at line 410 of file accumulator.h.
using fst::CacheLogAccumulatorData< Arc >::Weight = typename Arc::Weight |
Definition at line 411 of file accumulator.h.
|
inline |
Definition at line 413 of file accumulator.h.
|
inline |
Definition at line 416 of file accumulator.h.
|
inline |
Definition at line 433 of file accumulator.h.
|
inline |
Definition at line 421 of file accumulator.h.
|
inline |
Definition at line 423 of file accumulator.h.