diff options
Diffstat (limited to 'Presentation')
-rw-r--r-- | Presentation/presentation.tex | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Presentation/presentation.tex b/Presentation/presentation.tex index 96bbd93..a9db5c1 100644 --- a/Presentation/presentation.tex +++ b/Presentation/presentation.tex @@ -110,27 +110,27 @@ backend=biber, \end{itemize} \end{frame} -\begin{frame} +\begin{frame}{Memory access} \begin{figure}[h] \centering - \includegraphics[width=0.65\textwidth, keepaspectratio]{resources/dnn_dataflows_png} - \caption{Common dataflow models in inference architectures \cite{DBLP:journals/corr/SzeCESZ16}} + \includegraphics[width=0.9\textwidth, keepaspectratio]{resources/memory_latency} + \caption{Memory hierarchy and energy cost of hierarchy levels \cite{DBLP:journals/corr/SzeCESZ16}} \end{figure} \end{frame} -\begin{frame} +\begin{frame}{Memory access} \begin{figure}[h] \centering - \includegraphics[width=0.65\textwidth, keepaspectratio]{resources/dnn_dataflows_access_png} - \caption{Common dataflow models in inference architectures (based on \cite{DBLP:journals/corr/SzeCESZ16})} + \includegraphics[width=0.6\textwidth, keepaspectratio]{resources/dnn_dataflows_png} + \caption{Common dataflow models in inference architectures \cite{DBLP:journals/corr/SzeCESZ16}} \end{figure} \end{frame} -\begin{frame} +\begin{frame}{Memory access} \begin{figure}[h] \centering - \includegraphics[width=0.9\textwidth, keepaspectratio]{resources/memory_latency} - \caption{Memory hierarchy and energy cost of hierarchy levels \cite{DBLP:journals/corr/SzeCESZ16}} + \includegraphics[width=0.6\textwidth, keepaspectratio]{resources/dnn_dataflows_access_png} + \caption{Common dataflow models in inference architectures (based on \cite{DBLP:journals/corr/SzeCESZ16})} \end{figure} \end{frame} |