You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/ComputeGraph/documentation/PythonAPI.md

31 lines
515 B
Markdown

# Python API
Python APIs to describe the nodes and graph and generate the C++, Python or Graphviz code.
1. ## [Graph class](Graph.md)
2. ## [Generic, function nodes and datatypes](Generic.md)
3. ## Scheduler
1. ### [Schedule computation](SchedOptions.md)
2. ### Code generation
1. #### [C++ Code generation](CCodeGen.md)
2. #### [Python code generation](PythonGen.md)
3. #### [Graphviz representation](GraphvizGen.md)
4. #### [Common options](CodegenOptions.md)