Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc343 return allocation_index_for_buffer_.contains(&buffer); in HasAllocation()
349 return GetAllocation(allocation_index_for_buffer_.at(&buffer)); in GetAssignedAllocation()
398 if (allocation_index_for_buffer_.contains(buffer)) { in HasAllocationAt()
514 CHECK(!allocation_index_for_buffer_.contains(&buffer)) in AddAssignment()
526 allocation_index_for_buffer_[&buffer] = allocation->index(); in AddAssignment()
597 allocation_index_for_buffer_.erase(allocation_index_for_buffer_.begin(), in CombineTempAllocations()
598 allocation_index_for_buffer_.end()); in CombineTempAllocations()
604 allocation_index_for_buffer_[buffer] = index; in CombineTempAllocations()
Dbuffer_assignment.h519 allocation_index_for_buffer_; variable