Class TensorDataMemoryInfo
Namespace: Unity.Barracuda
Syntax
public class TensorDataMemoryInfo : object
Properties
InUse
Declaration
public bool InUse { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsGPUMem
Declaration
public bool IsGPUMem { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
MaxBytes
Declaration
public int MaxBytes { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
UniqueId
Declaration
public int UniqueId { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |