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