Searched refs:num_decoded (Results 1 – 2 of 2) sorted by relevance
155 int64 num_decoded = p_batch.size(); in StoreAllDecodedSequences() local156 max_decoded = std::max(max_decoded, num_decoded); in StoreAllDecodedSequences()157 if (num_decoded > 0) { in StoreAllDecodedSequences()160 << " num_decoded=" << num_decoded; in StoreAllDecodedSequences()163 std::copy_n(p_batch.begin(), num_decoded, &values_t(offset)); in StoreAllDecodedSequences()165 for (int64 t = 0; t < num_decoded; ++t, ++offset) { in StoreAllDecodedSequences()
161 int32_t num_decoded = p_batch.size(); in StoreAllDecodedSequences() local162 max_decoded = std::max(max_decoded, num_decoded); in StoreAllDecodedSequences()164 std::copy_n(p_batch.begin(), num_decoded, values_data + offset); in StoreAllDecodedSequences()165 for (int32_t t = 0; t < num_decoded; ++t, ++offset) { in StoreAllDecodedSequences()