Tutorials ========= If you encounter any difficulty with the Tutorials, please create an issue `here `_. To get started with Aidge, please follow the Aidge demonstration tutorial. This tutorial demonstrates the basic features of the Aidge Framework, importing an ONNX, transforming a neural network graph, performing inference and a cpp export. .. nbgallery:: 101_first_step.nblink 🛠 Aidge functionalities ------------------------ .. nbgallery:: database.nblink graph_matching.nblink scheduling.nblink learning.nblink ONNX.nblink static_analysis.nblink backend_cuda.nblink ⚙️ Optimization tutorials ------------------------- .. nbgallery:: ptq.nblink tiling.nblink 🚀 Export tutorials -------------------- .. nbgallery:: export_cpp.nblink export_cpp_quant.nblink export_cpp_add_impl.nblink export_trt.nblink export_stm32.nblink .. Tutorial on adding the C++ Aidge .. -------------------------------- .. You can extend our operator coverage by adding an operator and its implementation in the C++ Aidge library. .. The `Add an operator and its implementation Tutorial `_ details the steps to follow. .. For more information on contributing to Aidge, please refer to the `wiki `_.