Intel® Math Kernel Library 2018 Developer Reference - C
Deserializes a layout from a buffer.
dnnError_t dnnLayoutDeserialize_F32(dnnLayout_t *pLayout, const void *buf);
dnnError_t dnnLayoutDeserialize_F64(const void *buf, dnnLayout_t *pLayout);
buf |
The buffer where the serialized layout is stored. |
pLayout |
Pointer to the created layout. |
The dnnLayoutDeserialize function creates a new layout by deserializing (recovering) data from the input buffer.