Intel® Math Kernel Library 2019 Developer Reference - C
Deletes a layout. Note: The Deep Neural Network (DNN) component in Intel MKL is deprecated and will be removed in a future release. You can continue to use optimized functions for deep neural networks through Intel Math Kernel Library for Deep Neural Networks.
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.