Class TensorMemoryInfo
Inheritance
TensorMemoryInfo
Syntax
public class TensorMemoryInfo : object
Properties
CacheBytes
Declaration
public int CacheBytes { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Shape
Declaration
public TensorShape Shape { get; }
Property Value
tensorDataMemoryInfo
Declaration
public TensorDataMemoryInfo tensorDataMemoryInfo { get; }
Property Value
UniqueId
Declaration
public int UniqueId { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns