FST
openfst-1.8.4
OpenFst Library
|
#include <accumulator.h>
Public Types | |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
CacheLogAccumulator (ssize_t arc_limit=10, bool gc=false, size_t gc_limit=10 *1024 *1024) | |
CacheLogAccumulator (const CacheLogAccumulator &acc, bool safe=false) | |
void | Init (const Fst< Arc > &fst, bool copy=false) |
void | SetState (StateId s, int depth=0) |
Weight | Sum (Weight w, Weight v) |
template<class ArcIter > | |
Weight | Sum (Weight w, ArcIter *aiter, ssize_t begin, ssize_t end) |
template<class ArcIter > | |
size_t | LowerBound (Weight w, ArcIter *aiter) |
bool | Error () const |
Definition at line 488 of file accumulator.h.
using fst::CacheLogAccumulator< Arc >::StateId = typename Arc::StateId |
Definition at line 490 of file accumulator.h.
using fst::CacheLogAccumulator< Arc >::Weight = typename Arc::Weight |
Definition at line 491 of file accumulator.h.
|
inlineexplicit |
Definition at line 493 of file accumulator.h.
|
inline |
Definition at line 500 of file accumulator.h.
|
inline |
Definition at line 599 of file accumulator.h.
|
inline |
Definition at line 509 of file accumulator.h.
|
inline |
Definition at line 580 of file accumulator.h.
|
inline |
Definition at line 518 of file accumulator.h.
|
inline |
Definition at line 543 of file accumulator.h.
|
inline |
Definition at line 546 of file accumulator.h.