Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc395 return allocation_index_for_value_.contains(&value); in HasAllocation()
399 return allocation_index_for_value_.contains(buffer.values()[0]); in HasAllocation()
405 return GetAllocation(allocation_index_for_value_.at(&value)); in GetAssignedAllocation()
460 if (allocation_index_for_value_.contains(value)) { in HasAllocationAt()
580 CHECK(!allocation_index_for_value_.contains(buffer_value)) in AddAssignment()
583 allocation_index_for_value_[buffer_value] = allocation->index(); in AddAssignment()
597 allocation_index_for_value_[&value] = allocation->index(); in AddAssignment()
689 allocation_index_for_value_.erase(allocation_index_for_value_.begin(), in CombineTempAllocations()
690 allocation_index_for_value_.end()); in CombineTempAllocations()
696 allocation_index_for_value_[value] = index; in CombineTempAllocations()
Dbuffer_assignment.h563 allocation_index_for_value_; variable