HomeSort by relevance Sort by last modified time
    Searched refs:allocation_index_for_buffer_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc 343 return allocation_index_for_buffer_.contains(&buffer);
349 return GetAllocation(allocation_index_for_buffer_.at(&buffer));
398 if (allocation_index_for_buffer_.contains(buffer)) {
514 CHECK(!allocation_index_for_buffer_.contains(&buffer))
526 allocation_index_for_buffer_[&buffer] = allocation->index();
597 allocation_index_for_buffer_.erase(allocation_index_for_buffer_.begin(),
598 allocation_index_for_buffer_.end());
604 allocation_index_for_buffer_[buffer] = index;
    [all...]
buffer_assignment.h 519 allocation_index_for_buffer_; member in class:xla::BufferAssignment

Completed in 508 milliseconds