Intel® Math Kernel Library 2019 Developer Reference - C
Deletes descriptions of DNN operations. 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 dnnDelete_F32(dnnPrimitive_t primitive);
dnnError_t dnnDelete_F64(dnnPrimitive_t primitive);
primitive |
The primitive to delete. |
None.
After each of dnnDelete functions returns control, the primitive is deleted.