Enum TensorLayout
Options for the dimension layout in a texture tensor.
Namespace: Unity.Sentis
Assembly: Unity.Sentis.dll
Syntax
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). |