Intel® Math Kernel Library 2019 Developer Reference - C
Returns the size of the array specified by 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.
size_t dnnLayoutGetMemorySize_F32(const dnnLayout_t Layout);
size_t dnnLayoutGetMemorySize_F64(const dnnLayout_t Layout);
Layout |
The layout for which to compute the size. |
None.
Each dnnLayoutGetMemorySize function returns the memory size in bytes sufficient to hold an array of a given layout.