Searched refs:CacheLogAccumulator (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Daccumulator.h430 class CacheLogAccumulator { class in namespace:fst
436 explicit CacheLogAccumulator(ssize_t arc_limit = 10, bool gc = false, function in class:fst::CacheLogAccumulator
442 CacheLogAccumulator(const CacheLogAccumulator<A> &acc) function in class:fst::CacheLogAccumulator
448 ~CacheLogAccumulator() {
460 FSTERROR() << "CacheLogAccumulator: initialization error.";
478 FSTERROR() << "CacheLogAccumulator::SetState: incorrectly initialized.";
591 void operator=(const CacheLogAccumulator<A> &); // Disallow
H A Drandgen.h108 // Same as LogProbArcSelector but use CacheLogAccumulator to cache
122 CacheLogAccumulator<A> *accumulator) const {
242 typedef CacheLogAccumulator<A> C;

Completed in 489 milliseconds