| 346 | } |
| 347 | |
| 348 | int XRTTupleAllocation::device_ordinal() const { return device_ordinal_; } |
| 349 | |
| 350 | const se::DeviceMemoryBase& XRTTupleAllocation::root_allocation() const { |
| 351 | return buffers_.element({})->allocation(); |
no outgoing calls
no test coverage detected