summaryrefslogtreecommitdiff
path: root/chapters/core/01-implementation.tex
blob: 9c25bef119d8cd814661f3bfe8e42dce7208275d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\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}