Class AllocatorMemoryInfo
Inheritance
AllocatorMemoryInfo
Syntax
public class AllocatorMemoryInfo : object
Properties
BusyBytes
Declaration
public long BusyBytes { get; }
Property Value
BytesLostToFragmentation
Declaration
public long BytesLostToFragmentation { get; }
Property Value
FreeBytes
Declaration
public long FreeBytes { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
TensorDatasMemoryInfo
Declaration
public List<TensorDataMemoryInfo> TensorDatasMemoryInfo { get; }
Property Value
TensorsMemoryInfo
Declaration
public List<TensorMemoryInfo> TensorsMemoryInfo { get; }
Property Value
TotalBytes
Declaration
public long TotalBytes { get; }
Property Value
UniqueId
Declaration
public int UniqueId { get; }
Property Value
UsedBytes
Declaration
public long UsedBytes { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns