enum InferenceEngine::Layout¶
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
OIHW layout for operation weights.
GOIHW
GOIHW layout for operation weights.
OIDHW
OIDHW layout for operation weights.
GOIDHW
GOIDHW 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.