TIOVX User Guide
|
This file show example of using basic PyTIOVX APIs to describe an OpenVX graph. More...
Go to the source code of this file.
Functions | |
def | vx_tutorial_graph_image_gradients_pytiovx_uc.make_my_graph () |
Function to describe a graph and generate code, image using PyTIOVX tool. | |
This file show example of using basic PyTIOVX APIs to describe an OpenVX graph.
To import PyTIOVX module so that the APIs can be called in this file add below line
The basic steps one follows to describe the graph for PyTIOVX tool are,
See source code of function vx_tutorial_graph_image_gradients_pytiovx_uc.make_my_graph() for detailed API usage for this example.
Definition in file vx_tutorial_graph_image_gradients_pytiovx_uc.py.