Intel® Math Kernel Library 2019 Developer Reference - C

dnnLayoutDelete

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.

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.