Intel® Math Kernel Library 2018 Developer Reference - C
Creates an attribute container.
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.