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

  /external/openfst/src/include/fst/
rmepsilon.h 81 expand_id_(0) {}
148 StateId expand_id_; // Unique ID for each call to Expand member in class:fst::RmEpsilonState
194 (element, pair<StateId, size_t>(expand_id_, arcs_.size())));
197 if (((*it).second).first == expand_id_) {
201 ((*it).second).first = expand_id_;
215 ++expand_id_;

Completed in 47 milliseconds