Visible to Intel only — GUID: GUID-E8F1B1D3-7FB2-425C-8A1C-67AED681AE7B
Visible to Intel only — GUID: GUID-E8F1B1D3-7FB2-425C-8A1C-67AED681AE7B
mkl_graph_vector_destroy
Deallocates all memory allocated internally for a graph vector.
Syntax
mkl_graph_status_t mkl_graph_vector_destroy (mkl_graph_vector_t *v);
Include Files
mkl_graph.h
Description
The mkl_graph_vector_destroy routine deallocates all memory allocated internally for a graph vector and destroys all internal data (for example, optimized data created during execution of graph operations involving v) associated with it. Memory that you allocate remains untouched.
To avoid memory leaks, always call mkl_graph_vector_destroy for every vector which was created by mkl_graph_vector_create.
Input Parameters
- v
-
A graph vector to be destroyed.
Return Values
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 |