Searched refs:batch_start_index (Results 1 – 2 of 2) sorted by relevance
72 size_t batch_start_index = in GenerateHomomorphicCsCiphertexts() local76 static_cast<uint64_t>(masked_messages.size() - batch_start_index)); in GenerateHomomorphicCsCiphertexts()77 size_t batch_end_index = batch_start_index + batch_size; in GenerateHomomorphicCsCiphertexts()80 masked_messages.begin() + batch_start_index, in GenerateHomomorphicCsCiphertexts()94 as[batch_start_index + j])); in GenerateHomomorphicCsCiphertexts()99 gammas[batch_start_index + j])); in GenerateHomomorphicCsCiphertexts()1209 size_t batch_start_index = in GenerateResponseAndProof() local1213 request.num_messages() - batch_start_index); in GenerateResponseAndProof()1214 size_t batch_end_index = batch_start_index + batch_size; in GenerateResponseAndProof()1218 dummy_betas.begin() + batch_start_index, in GenerateResponseAndProof()[all …]
144 int batch_start_index = batch_size_ * index; in Get() local147 for (int i = batch_start_index; in Get()148 i < batch_start_index + batch_size_ && i < input_cardinality; ++i) { in Get()