diff options
| author | ericmarin <maarin.eric@gmail.com> | 2026-05-05 10:52:37 +0200 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-05-05 10:57:47 +0200 |
| commit | 00439f8eacc04bee31dad6cb476d6f23f0b868dd (patch) | |
| tree | 06196ccbbf582f21e595106144a213a2b275c861 /chapters/core/implementation | |
| parent | 44972e22a7db20b0614cd76aef38cf8d822af1a1 (diff) | |
| download | vein-00439f8eacc04bee31dad6cb476d6f23f0b868dd.tar.gz vein-00439f8eacc04bee31dad6cb476d6f23f0b868dd.zip | |
core chapter skeleton
Diffstat (limited to 'chapters/core/implementation')
4 files changed, 16 insertions, 0 deletions
diff --git a/chapters/core/implementation/01-inpla.tex b/chapters/core/implementation/01-inpla.tex new file mode 100644 index 0000000..b534705 --- /dev/null +++ b/chapters/core/implementation/01-inpla.tex @@ -0,0 +1,4 @@ +\subsection{Inpla fork} +\label{sec:inpla} + +% This subsection talks about my Inpla fork diff --git a/chapters/core/implementation/02-interaction-rules.tex b/chapters/core/implementation/02-interaction-rules.tex new file mode 100644 index 0000000..bef0970 --- /dev/null +++ b/chapters/core/implementation/02-interaction-rules.tex @@ -0,0 +1,4 @@ +\subsection{Interaction Rules} +\label{sec:interaction-rules} + +% This subsection talks about the interaction rules that implement the symbolic simplification diff --git a/chapters/core/implementation/03-translation.tex b/chapters/core/implementation/03-translation.tex new file mode 100644 index 0000000..4f2064c --- /dev/null +++ b/chapters/core/implementation/03-translation.tex @@ -0,0 +1,4 @@ +\subsection{ONNX Translation} +\label{sec:translation} + +% This subsection talks about the function used to translate ONNX to Inpla syntax diff --git a/chapters/core/implementation/04-python-module.tex b/chapters/core/implementation/04-python-module.tex new file mode 100644 index 0000000..7f144db --- /dev/null +++ b/chapters/core/implementation/04-python-module.tex @@ -0,0 +1,4 @@ +\subsection{Python Module} +\label{sec:python-module} + +% This subsection talks how the tool is contained in a neat python module and various optimizations |
