Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc2938 absl::flat_hash_map<int64, int64> seen_buffer_offsets; in ExportAndColorBuffers() local
2945 auto seen_buffer_offset_it = seen_buffer_offsets.find(buffer.id()); in ExportAndColorBuffers()
2946 if (seen_buffer_offset_it != seen_buffer_offsets.end()) { in ExportAndColorBuffers()
2955 seen_buffer_offsets[buffer.id()] = chunk.offset; in ExportAndColorBuffers()