Enum TensorLayout
Options for the dimension layout in a texture tensor.
Namespace: Unity.Sentis
Syntax
public enum TensorLayout
Fields
| Name | Description | Value | 
|---|---|---|
| NCHW | A tensor layout with rank 4 and dimensions batch, channels, height, width (NCHW).  | 
0 | 
| NHWC | A tensor layout with rank 4 and dimensions batch, height, width, channels (NHWC).  | 
1 |