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

/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h498 StateId cached_source_; member in class:fst::PrunedExpand
502 // 'cached_source_' and paren id 'cached_paren_id': the set of
505 // paren id 'cached_paren_id' in state 'cached_source_'.
651 if ((cached_source_ != SourceState(s)) ||
653 cached_source_ = SourceState(s);
656 if (cached_source_ != ifst_->Start()) {
658 balance_data_->Find(current_paren_id_, cached_source_);
700 cached_source_ = ifst_->Start();

Completed in 57 milliseconds