Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Daccumulator.h701 fst_id_ = tuple.fst_id - 1; // Replace FST ID is 1-based in SetState()
702 data_->GetAccumulator(fst_id_)->SetState(tuple.fst_state); in SetState()
704 (data_->GetFst(fst_id_)->Final(tuple.fst_state) != Weight::Zero())) { in SetState()
706 offset_weight_ = data_->GetFst(fst_id_)->Final(tuple.fst_state); in SetState()
715 return data_->GetAccumulator(fst_id_)->Sum(w, v); in Sum()
723 : data_->GetAccumulator(fst_id_)->Sum( in Sum()
735 Label fst_id_; variable