Intel® Math Kernel Library 2018 Developer Reference - C

dnnDelete

Deletes descriptions of DNN operations.

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.