FST
openfst-1.8.2.post1
OpenFst Library
|
#include <accumulator.h>
Public Member Functions | |
MutableFastLogAccumulatorData (int arc_limit, int arc_period) | |
bool | IsMutable () const override |
void | SetData (std::vector< double > *weights, std::vector< int > *weight_positions) override |
![]() | |
FastLogAccumulatorData (int arc_limit, int arc_period) | |
virtual | ~FastLogAccumulatorData () |
const double * | Weights () const |
int | NumWeights () const |
const int * | WeightPositions () const |
int | NumPositions () const |
int | ArcLimit () const |
int | ArcPeriod () const |
Additional Inherited Members | |
![]() | |
void | Init (int num_weights, const double *weights, int num_positions, const int *weight_positions) |
Definition at line 187 of file accumulator.h.
|
inline |
Definition at line 189 of file accumulator.h.
|
inlineoverridevirtual |
Implements fst::FastLogAccumulatorData.
Definition at line 192 of file accumulator.h.
|
inlineoverridevirtual |
Implements fst::FastLogAccumulatorData.
Definition at line 194 of file accumulator.h.