AggregateMemoryReport
data class AggregateMemoryReport(val tensorCount: Int, val totalLogicalBytes: Long, val totalPhysicalBytes: Long, val fileBackedBytes: Long, val ownedCount: Int, val borrowedCount: Int, val aliasedCount: Int, val fileBackedCount: Int, val copyCount: Long, val copyBytes: Long, val entries: List<TrackedEntry>)(source)