blob: 32154ef71c35925f7909242e8bd4586391002bd6 (
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}
|