Class DeprecatedTensorDataExtensions
Deprecated ITensorData
extensions
Namespace: Unity.Barracuda
Syntax
public static class DeprecatedTensorDataExtensions : object
Methods
GetMaxCount(ITensorData)
Deprecated. Use maxCapacity
extensions
Declaration
public static int GetMaxCount(this ITensorData self)
Parameters
Type | Name | Description |
---|---|---|
ITensorData | self | Tensor |
Returns
Type | Description |
---|---|
Int32 | max Tensor capacity |