Visible to Intel only — GUID: GUID-B3CF4CD1-BEEA-499E-8AC2-7BDE693D1B32
Visible to Intel only — GUID: GUID-B3CF4CD1-BEEA-499E-8AC2-7BDE693D1B32
mkl_graph_descriptor_create
Creates an empty graph descriptor.
mkl_graph_status_t mkl_graph_descriptor_create (mkl_graph_descriptor_t *desc);
mkl_graph.h
The mkl_graph_descriptor_create routine creates an empty graph descriptor. By setting fields of the graph descriptor via mkl_graph_descriptor_set_field and passing this descriptor as an argument to a graph operation, one can modify the behavior of the operation.
A graph descriptor must be created by calling mkl_graph_descriptor_create prior to any usage in other graph routines.
- desc
-
An empty graph descriptor.
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 |