Home
last modified time | relevance | path

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

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