enum InferenceEngine::Layout¶
Overview¶
Layouts that the inference engine supports. More…
Detailed Documentation¶
Layouts that the inference engine supports.
Enum Values¶
ANY
“any” layout
NCHW
NCHW layout for input / output blobs.
NHWC
NHWC layout for input / output blobs.
NCDHW
NCDHW layout for input / output blobs.
NDHWC
NDHWC layout for input / output blobs.
OIHW
NDHWC layout for operation weights.
GOIHW
NDHWC layout for operation weights.
OIDHW
NDHWC layout for operation weights.
GOIDHW
NDHWC layout for operation weights.
SCALAR
A scalar layout.
C
A bias layout for operation.
CHW
A single image layout (e.g. for mean image)
HWC
A single image layout (e.g. for mean image)
HW
HW 2D layout.
NC
NC 2D layout.
CN
CN 2D layout.
BLOCKED
A blocked layout.