Searched refs:id_to_value (Results 1 – 2 of 2) sorted by relevance
116 for (String id : dataHandler.id_to_value.keySet()) { in main()117 Set<String> otherValue = dataHandler.id_to_value.getAll(id); in main()340 …private Relation<String, String> id_to_value = Relation.of(new TreeMap<String, Set<String>>(), Tre… field in ExtractMessages.DataHandler345 id_to_value.clear(); in reset()398 id_to_value.put(id, value); in addValues()
1508 absl::flat_hash_map<BufferValue::Id, const HloValue*> id_to_value; in ComputePeakMemoryLogicalBuffers() local1513 id_to_value[value->id()] = value; in ComputePeakMemoryLogicalBuffers()1520 auto memory_delta = [&id_to_value, &buffer_sizes]( in ComputePeakMemoryLogicalBuffers()1522 const HloValue* buffer = id_to_value.at(event.buffer_id()); in ComputePeakMemoryLogicalBuffers()1537 if (!id_to_value.contains(event.buffer_id())) { in ComputePeakMemoryLogicalBuffers()1554 if (!id_to_value.contains(event.buffer_id())) { in ComputePeakMemoryLogicalBuffers()1560 const HloValue* value = id_to_value.at(event.buffer_id()); in ComputePeakMemoryLogicalBuffers()