Intel® Math Kernel Library 2018 Developer Reference - C
Deletes a layout.
dnnError_t dnnLayoutDelete_F32(dnnLayout_t Layout);
dnnError_t dnnLayoutDelete_F64(dnnLayout_t Layout);
Layout |
The layout to delete. |
None.
Once this function returns control, the specified layout is deleted and can be passed only to the dnnLayoutCreate or dnnLayoutCreateFromPrimitive function.