enum InferenceEngine::Layout¶
Detailed Documentation¶
Layouts that the inference engine supports.
Enum Values¶
ANY“any” layout
NCHWNCHW layout for input / output blobs.
NHWCNHWC layout for input / output blobs.
NCDHWNCDHW layout for input / output blobs.
NDHWCNDHWC layout for input / output blobs.
OIHWOIHW layout for operation weights.
GOIHWGOIHW layout for operation weights.
OIDHWOIDHW layout for operation weights.
GOIDHWGOIDHW layout for operation weights.
SCALARA scalar layout.
CA bias layout for operation.
CHWA single image layout (e.g. for mean image)
HWCA single image layout (e.g. for mean image)
HWHW 2D layout.
NCNC 2D layout.
CNCN 2D layout.
BLOCKEDA blocked layout.