Visible to Intel only — GUID: GUID-011502C4-679A-4444-9FEC-4FFD6C0C4CBE
Visible to Intel only — GUID: GUID-011502C4-679A-4444-9FEC-4FFD6C0C4CBE
mkl_graph_descriptor_set_field
Sets a value for a specific field of a graph descriptor.
Syntax
mkl_graph_status_t mkl_graph_descriptor_set_field (mkl_graph_descriptor_t desc, mkl_graph_descriptor_field_t field, mkl_graph_descriptor_field_t value);
Include Files
mkl_graph.h
Description
The mkl_graph_descriptor_set_field sets the specified field of a graph descriptor to the specified value.
Input Parameters
- desc
-
A graph descriptor to be modified.
- field
-
Name of the descriptor field to be set. Refer to Graph API Glossary for a list of possible options.
- value
-
Value to be set for the field. Refer to Graph API Glossary for a list of possible options.
Output Parameters
- desc
-
A modified graph descriptor.
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 |