CoreFlow 1.0.0
A modern orchestration and execution runtime
|
#include <VX/vx.h>
Macros | |
#define | OPENVX_KHR_DOT "vx_khr_dot" |
Functions | |
vx_status | vxExportGraphToDot (vx_graph graph, vx_char dotfile[], vx_bool showData) |
Exports a single graph to a dotfile. | |
#define OPENVX_KHR_DOT "vx_khr_dot" |
Exports a single graph to a dotfile.
[in] | graph | The graph to export. |
[in] | dotfile | The name of the file to write to. |
[in] | showData | If true, data objects will be listed in the graph too. |