Enum Tensor.ElementType
Data type of the tensor value
Namespace: UnityEngine.Perception.GroundTruth.DataModel
Assembly: Unity.Perception.Runtime.dll
Syntax
public enum Tensor.ElementType
Fields
| Name | Description |
|---|---|
| Bool | Bool element type |
| Byte | Byte element type |
| Char | Char element type |
| Double | Double element type |
| Float | Float element type |
| Int | Int element type |
| Long | Long element type |
| Uint | Uint element type |