Skip to content

Latest commit

 

History

History
36 lines (16 loc) · 783 Bytes

PythonAPI.md

File metadata and controls

36 lines (16 loc) · 783 Bytes

Python API

When you describe a graph and generate a scheduler there are 4 mandatory steps and one optional one:

  • Describing the nodes
  • Adding the nodes to the graph
  • Computing the schedule
  • Generating the C++ and/or Python scheduler implementation
  • Optional : Generating a graphviz .dot file with the graphical representation of the graph
  1. Generation