Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Drandgen.h456 const pair<size_t, size_t> &sample_pair = arc_sampler_->Value(); in Expand() local
457 size_t pos = sample_pair.first; in Expand()
458 size_t count = sample_pair.second; in Expand()
461 aiter.Seek(sample_pair.first); in Expand()