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)

Constructors

Link copied to clipboard
constructor(tensorCount: Int, totalLogicalBytes: Long, totalPhysicalBytes: Long, fileBackedBytes: Long, ownedCount: Int, borrowedCount: Int, aliasedCount: Int, fileBackedCount: Int, copyCount: Long, copyBytes: Long, entries: List<TrackedEntry>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String