Searched defs:num_probes (Results 1 – 9 of 9) sorted by relevance
147 uint32 num_probes = 1; // Needed for quadratic probing in Find() local172 uint32 num_probes = 1; // Needed for quadratic probing in FindOrInsert() local324 uint32 num_probes = 1; // Needed for quadratic probing in FreshInsert() local340 inline size_t NextIndex(size_t i, uint32 num_probes) const { in NextIndex()
32 num_probes, argument
87 int num_probes = num_probes_tensor.scalar<int32>()(); in Compute() local
69 void SetupProbing(const Vector& hash_vector, int_fast64_t num_probes) { in SetupProbing()
115 int num_probes = (1 << dim) * num_tables; in TEST() local
187 num_probes=5): argument
423 int64 num_probes = 0; in Find() local604 int64 num_probes = 0; in DoInsert() local667 int64 num_probes = 0; in DoRemove() local
267 size_t num_probes() const { return probes_.size(); } in num_probes() function