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.
OIHWNDHWC layout for operation weights.
GOIHWNDHWC layout for operation weights.
OIDHWNDHWC layout for operation weights.
GOIDHWNDHWC 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.