Interface ITensorDataStatistics
Namespace: Unity.Barracuda
Syntax
public interface ITensorDataStatistics : IUniqueResource
Properties
dataType
Returns the type of the elements this tensorData can contain.
Declaration
DataType dataType { get; }
Property Value
Type | Description |
---|---|
DataType |
maxCapacity
Returns the maximum number of element this tensorData can contain.
Declaration
int maxCapacity { get; }
Property Value
Type | Description |
---|---|
Int32 |