Visible to Intel only — GUID: GUID-7AF1B1BD-A3AC-48E9-98CB-2BEE1030E3DE
Visible to Intel only — GUID: GUID-7AF1B1BD-A3AC-48E9-98CB-2BEE1030E3DE
mkl_graph_vector_get_property
Retrieves a value for a particular property of a graph vector.
mkl_graph_status_t mkl_graph_vector_get_property (mkl_graph_vector_t v, mkl_graph_property_t property, void *value);
mkl_graph.h
The mkl_graph_vector_get_property routine retrieves a particular property of a graph vector.
- v
-
A graph vector from which the property value is retrieved.
- property
-
Name of the property. Refer to Graph API Glossary for a list of possible options and corresponding value types.
- value
-
A pointer to the value of the specified property of the graph vector v. The type of the value depends on the property requested. Refer to Graph API Glossary for a list of possible options.
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 |