Intel® oneAPI Deep Neural Network Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-97A699B6-84C3-408B-8268-2D255BAEA804
Visible to Intel only — GUID: GUID-97A699B6-84C3-408B-8268-2D255BAEA804
enum dnnl::memory::format_kind
Overview
Memory format kind. More…
#include <dnnl.hpp> enum format_kind { undef = dnnl_format_kind_undef, any = dnnl_format_kind_any, blocked = dnnl_blocked, opaque = dnnl_format_kind_opaque, };
Detailed Documentation
Memory format kind.
Enum Values
undef
Undefined memory format kind, used for empty memory descriptors.
any
A special format kind that indicates that the actual format will be selected by a primitive automatically.
blocked
A tensor in a generic format described by the stride and blocking values in each dimension.
opaque
A special format kind that indicates that tensor format is opaque.