FST
openfst-1.8.3
OpenFst Library
|
#include <cache.h>
Public Types | |
using | State = typename CacheStore::State |
using | Arc = typename CacheStore::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
ExpanderCacheStore (const CacheOptions &opts=CacheOptions()) | |
template<class Expander > | |
State * | FindOrExpand (Expander &expander, StateId s) |
using fst::ExpanderCacheStore< CacheStore >::Arc = typename CacheStore::Arc |
using fst::ExpanderCacheStore< CacheStore >::State = typename CacheStore::State |
using fst::ExpanderCacheStore< CacheStore >::StateId = typename Arc::StateId |
using fst::ExpanderCacheStore< CacheStore >::Weight = typename Arc::Weight |
|
inlineexplicit |
|
inline |