Searched refs:num_decoded (Results 1 – 2 of 2) sorted by relevance
146 int32_t num_decoded = p_batch.size(); in StoreAllDecodedSequences() local147 max_decoded = std::max(max_decoded, num_decoded); in StoreAllDecodedSequences()149 std::copy_n(p_batch.begin(), num_decoded, values_data + offset); in StoreAllDecodedSequences()150 for (int32_t t = 0; t < num_decoded; ++t, ++offset) { in StoreAllDecodedSequences()
153 int64 num_decoded = p_batch.size(); in StoreAllDecodedSequences() local154 max_decoded = std::max(max_decoded, num_decoded); in StoreAllDecodedSequences()155 std::copy_n(p_batch.begin(), num_decoded, &values_t(offset)); in StoreAllDecodedSequences()156 for (int64 t = 0; t < num_decoded; ++t, ++offset) { in StoreAllDecodedSequences()