Intel® Math Kernel Library 2019 Developer Reference - C

dnnReleaseBuffer

Releases an array allocated by dnnAllocateBuffer. 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 dnnReleaseBuffer_F32 (void *pPtr);

dnnError_t dnnReleaseBuffer_F64 (void *pPtr);

Include Files

Input Parameters

ptr

Pointer to an array allocated by

dnnAllocateBuffer.

Output Parameters

None.

Description

Each dnnReleaseBuffer function releases an array allocated by dnnAllocateBuffer