summaryrefslogtreecommitdiff
path: root/chapters/core/01-implementation.tex
blob: 3e8fa20685ce47aabf6829f11d37701c0198a633 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\section{Implementation}
\label{sec:implementation}

This sections 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}