Visible to Intel only — GUID: GUID-A5149CBE-43CB-4189-98DE-2AB048D377AB
Visible to Intel only — GUID: GUID-A5149CBE-43CB-4189-98DE-2AB048D377AB
mkl_graph_descriptor_destroy
Deallocates memory allocated for a graph descriptor.
mkl_graph_status_t mkl_graph_descriptor_destroy (mkl_graph_descriptor_t *desc);
mkl_graph.h
The mkl_graph_descriptor_destroy routine deallocates memory allocated for a descriptor object.
To avoid memory leaks, always call mkl_graph_descriptor_destroy for every descriptor which was created by mkl_graph_descriptor_create.
- desc
-
A graph descriptor to be destroyed.
The function returns a value indicating whether the operation was successful or not and why. Refer to Graph API Glossary for a list of possible options.
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |