Enum TensorLayout
Options for the dimension layout in a texture tensor.
Namespace: Unity.InferenceEngine
Assembly: Unity.InferenceEngine.dll
Syntax
[MovedFrom("Unity.Sentis")]
public enum TensorLayout
  Fields
| Name | Description | 
|---|---|
| NCHW | A tensor layout with rank 4 and dimensions batch, channels, height, width (NCHW).  | 
      
| NHWC | A tensor layout with rank 4 and dimensions batch, height, width, channels (NHWC).  |