Intel® Math Kernel Library 2019 Developer Reference - C

dnnDelete

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.

Syntax

dnnError_t dnnDelete_F32(dnnPrimitive_t primitive);

dnnError_t dnnDelete_F64(dnnPrimitive_t primitive);

Include Files

Input Parameters

primitive

The primitive to delete.

Output Parameters

None.

Description

After each of dnnDelete functions returns control, the primitive is deleted.