\section{Implementation} \label{sec:implementation} This section contains details on the implementation of the reduction engine (\textbf{\Cref{sec:inpla}}), the interaction rules designed (\textbf{\Cref{sec:interaction-rules}}), the algorithm used in the ONNX-to-IN translation (\textbf{\Cref{sec:translation}}) and the Python module (\textbf{\Cref{sec:python-module}}). \input{chapters/core/implementation/01-inpla} \input{chapters/core/implementation/02-interaction-rules} \input{chapters/core/implementation/03-translation} \input{chapters/core/implementation/04-python-module}