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 175 return allocation_index_for_buffer_.count(&buffer) > 0;
181 return GetAllocation(allocation_index_for_buffer_.at(&buffer));
216 if (allocation_index_for_buffer_.count(buffer) > 0) {
337 CHECK_EQ(0, allocation_index_for_buffer_.count(&buffer))
345 allocation_index_for_buffer_[&buffer] = allocation->index();
401 allocation_index_for_buffer_.clear_no_resize();
407 allocation_index_for_buffer_[buffer] = index;
    [all...]
buffer_assignment.h 432 allocation_index_for_buffer_; member in class:xla::BufferAssignment

Completed in 101 milliseconds