Searched refs:buffer_offset_size (Results 1 – 1 of 1) sorted by relevance
286 for (const auto& buffer_offset_size : assigned_buffers_) { in ToProto() local288 proto_assigned->set_logical_buffer_id(buffer_offset_size.first->id()); in ToProto()289 proto_assigned->set_offset(buffer_offset_size.second.offset); in ToProto()290 proto_assigned->set_size(buffer_offset_size.second.size); in ToProto()369 for (const auto& buffer_offset_size : assigned_buffers_) { in ToString() local370 sorted_buffers.push_back(buffer_offset_size.first); in ToString()663 for (const auto& buffer_offset_size : temp_allocation.assigned_buffers_) { in CombineTempAllocations() local664 const HloValue* value = buffer_offset_size.first; in CombineTempAllocations()665 const int64 offset = buffer_offset_size.second.offset; in CombineTempAllocations()666 const int64 size = buffer_offset_size.second.size; in CombineTempAllocations()[all …]