Enum DataType
Options for the data type of a Tensor.
Namespace: Unity.Sentis
Syntax
public enum DataType
Fields
| Name | Description | Value |
|---|---|---|
| Float | Use 32-bit floating point data. |
0 |
| Int | Use 32-bit signed integer data. |
1 |
Options for the data type of a Tensor.
public enum DataType
| Name | Description | Value |
|---|---|---|
| Float | Use 32-bit floating point data. |
0 |
| Int | Use 32-bit signed integer data. |
1 |