Enum DimType
Types of SymbolicTensorShape
dimension.
Namespace: Unity.Sentis
Syntax
[Serializable]
public enum DimType
Fields
Name | Description | Value |
---|---|---|
Unknown | The tensor dimension is unknown. |
0 |
Value | The tensor dimension is fixed. |
1 |
Param | The tensor dimension is dynamic. |
2 |