Home
last modified time | relevance | path

Searched refs:FastLogAccumulator (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dmatcher-fst.h332 FastLogAccumulator<StdArc> >,
339 FastLogAccumulator<LogArc> >,
346 FastLogAccumulator<StdArc> >,
353 FastLogAccumulator<LogArc> >,
Daccumulator.h162 class FastLogAccumulator {
168 explicit FastLogAccumulator(ssize_t arc_limit = 20, ssize_t arc_period = 10)
174 FastLogAccumulator(const FastLogAccumulator<A> &acc) in FastLogAccumulator() function
182 ~FastLogAccumulator() { in ~FastLogAccumulator()
336 void operator=(const FastLogAccumulator<A> &); // Disallow