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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 62 bool is_reusable, LogicalBuffer::Color color)
66 is_reusable_(is_reusable),
79 bool is_reusable() const { return is_reusable_; } function in class:xla::BufferAllocation
395 bool is_reusable,
401 bool is_thread_local, bool is_reusable);
hlo.proto 204 bool is_reusable = 4;
buffer_assignment.cc 315 int64 size, bool is_thread_local, bool is_reusable,
318 allocations_.emplace_back(index, size, is_thread_local, is_reusable, color);
326 bool is_reusable) {
328 NewEmptyAllocation(size, is_thread_local, is_reusable, buffer.color());
339 CHECK(allocation->is_reusable() || allocation->assigned_buffers().empty())
675 if (!allocation->is_reusable()) {
    [all...]

Completed in 101 milliseconds