HomeSort by relevance Sort by last modified time
    Searched full:cached_source_ (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/include/fst/extensions/pdt/
expand.h 498 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();
    [all...]

Completed in 304 milliseconds