Class DeprecatedTensorDataExtensions
Deprecated ITensorData extensions
Inherited Members
Namespace: Unity.Barracuda
Assembly: Unity.Barracuda.dll
Syntax
public static class DeprecatedTensorDataExtensions
Methods
GetMaxCount(ITensorData)
Deprecated. Use maxCapacity extensions
Declaration
[Obsolete("Use maxCapacity instead.", false)]
public static int GetMaxCount(this ITensorData self)
Parameters
| Type | Name | Description |
|---|---|---|
| ITensorData | self | Tensor |
Returns
| Type | Description |
|---|---|
| int | max Tensor capacity |