Intel® Math Kernel Library 2018 Developer Reference - C

dnnLayoutDelete

Deletes a layout.

Syntax

dnnError_t dnnLayoutDelete_F32(dnnLayout_t Layout);

dnnError_t dnnLayoutDelete_F64(dnnLayout_t Layout);

Include Files

Input Parameters

Layout

The layout to delete.

Output Parameters

None.

Description

Once this function returns control, the specified layout is deleted and can be passed only to the dnnLayoutCreate or dnnLayoutCreateFromPrimitive function.