Intel® Math Kernel Library 2019 Developer Reference - C
Creates an attribute container. 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.
dnnError_t dnnPrimitiveAttributesCreate_F32(dnnPrimitiveAttributes_t *attributes);
dnnError_t dnnPrimitiveAttributesCreate_F64(dnnPrimitiveAttributes_t *attributes);
attributes |
Pointer to the created attribute container. |
Each dnnPrimitiveAttributesCreate function initializes an attribute container with no attributes. The function may allocate extra memory for the container. To release that memory, call dnnPrimitiveAtrributesDestroy.