Intel® Math Kernel Library 2018 Developer Reference - C
Returns the size of the array specified by a layout.
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.