Searched refs:BatchedMap (Results 1 – 3 of 3) sorted by relevance
27 using BatchedMap = std::vector<absl::flat_hash_map<int64, T>>; typedef32 Status OutputSparse(const BatchedMap<T>& per_batch_counts, int num_values, in OutputSparse()128 auto per_batch_counts = BatchedMap<W>(num_batch_elements); in Compute()209 auto per_batch_counts = BatchedMap<W>(num_batches); in Compute()285 auto per_batch_counts = BatchedMap<W>(num_batches); in Compute()
14 auto per_batch_counts = BatchedMap<W>(num_batches);17 Since `BatchedMap` is equivalent to a vector, it needs to have at least one
14 auto per_batch_counts = BatchedMap<W>(num_batches);27 A `BatchedMap` is equivalent to a vector where each element is a hashmap.