Home
last modified time | relevance | path

Searched refs:BatchedMap (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcount_ops.cc27 using BatchedMap = std::vector<absl::flat_hash_map<int64, T>>; typedef
32 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()
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-017.md14 auto per_batch_counts = BatchedMap<W>(num_batches);
17 Since `BatchedMap` is equivalent to a vector, it needs to have at least one
Dtfsa-2020-016.md14 auto per_batch_counts = BatchedMap<W>(num_batches);
27 A `BatchedMap` is equivalent to a vector where each element is a hashmap.