Interface ITensorDataStatistics
Inherited Members
Namespace: Unity.Barracuda
Syntax
public interface ITensorDataStatistics : IUniqueResource
Properties
inUse
Returns true if this tensor data is attached to any tensor.
Declaration
bool inUse { get; }
Property Value
Type | Description |
---|---|
Boolean |
isGPUMem
Returns true if this tensor data is reserved as GPU memory.
Declaration
bool isGPUMem { get; }
Property Value
Type | Description |
---|---|
Boolean |
maxCapacity
Returns the maximum number of element this tensorData can contain.
Declaration
int maxCapacity { get; }
Property Value
Type | Description |
---|---|
Int32 |