Fix DNN graphic padding
This commit is contained in:
@@ -69,7 +69,8 @@ This allows an exaggerated evaluation of the performance gains of \ac{pim} in an
|
||||
\subsection{Simulation Results}
|
||||
\subsubsection{Workload Kernels}
|
||||
% Vector ADD und Vector MUL
|
||||
% Vector Skalar ADD und Vector Skalar MUL
|
||||
% Vector Skalar ADD und Vector Skalar MUL (HCAL)
|
||||
% Vector HAXPY x*a+y
|
||||
% GEMV
|
||||
% Samsung 7.4x-8.9x
|
||||
% "inference" mit mehreren layern
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
\node (prod) [right=4mm of matrix] {$\times$};
|
||||
|
||||
\matrix (input_vector) [matrix of nodes,left delimiter=(,right delimiter=),right of=prod] {
|
||||
\matrix (input_vector) [matrix of nodes,left delimiter=(,right delimiter=),right=4mm of prod] {
|
||||
$i_{0}$ \\
|
||||
$i_{1}$ \\
|
||||
$i_{2}$ \\
|
||||
|
||||
Reference in New Issue
Block a user