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

/external/openfst/src/include/fst/
H A Daccumulator.h189 vector<ssize_t> &weight_positions = *data_->WeightPositions(); local
191 if (weight_positions.size() <= s) {
197 ssize_t pos = weight_positions[s];
249 vector<ssize_t> &weight_positions = *data_->WeightPositions(); local
255 weight_positions.reserve(CountStates(fst));
262 weight_positions.push_back(weight_position);
276 weight_positions.push_back(-1);

Completed in 285 milliseconds