Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc269 for (const auto& buffer_offset_size : assigned_buffers_) { in ToProto() local
271 proto_assigned->set_logical_buffer_id(buffer_offset_size.first->id()); in ToProto()
272 proto_assigned->set_offset(buffer_offset_size.second.offset); in ToProto()
273 proto_assigned->set_size(buffer_offset_size.second.size); in ToProto()
309 for (const auto& buffer_offset_size : assigned_buffers_) { in ToString() local
310 sorted_buffers.push_back(buffer_offset_size.first); in ToString()
572 for (const auto& buffer_offset_size : temp_allocation.assigned_buffers_) { in CombineTempAllocations() local
573 const LogicalBuffer* buffer = buffer_offset_size.first; in CombineTempAllocations()
574 const int64 offset = buffer_offset_size.second.offset; in CombineTempAllocations()
575 const int64 size = buffer_offset_size.second.size; in CombineTempAllocations()
[all …]