You are here: Start » TensorDataOrdering Enumeration
TensorDataOrdering Enumeration
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Arrangement of a data elements in a tensor.
Members
Member name | Description |
---|---|
NCHW | The data elements are arranged in the order: images, channel planes, rows and values in row (consider planar images). |
NHWC | The data elements are arranged in the order: images, image rows, pixels in rows and channel values for each pixel. |
NL | The data elements are arranged in the order: rows of values in linear manner (consider output from classifier). |