Skip to content

Commit

Permalink
fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nouiz committed Oct 29, 2014
1 parent cb77254 commit 27cc41a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified presentation.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -622,10 +622,10 @@ \section{Debugging}
>>> from theano.printing import debugprint
>>> debugprint(a)
Elemwise{mul,no_inplace} [@A] ''
|TensorConstant{2.0} [@B]
|Elemwise{add,no_inplace} [@C] 'z'
|<TensorType(float64, scalar)> [@D]
|<TensorType(float64, scalar)> [@E]
|TensorConstant{2.0} [@B]
|Elemwise{add,no_inplace} [@C] 'z'
|<TensorType(float64, scalar)> [@D]
|<TensorType(float64, scalar)> [@E]
\end{lstlisting}
\end{frame}

Expand Down Expand Up @@ -685,7 +685,7 @@ \section{Debugging}
>>> f = function([x], y)
>>> debugprint(f.maker.fgraph.outputs[0])
DeepCopyOp [@A] ''
|TensorConstant{1.0} [@B]
|TensorConstant{1.0} [@B]
\end{lstlisting}
\end{frame}

Expand Down

0 comments on commit 27cc41a

Please sign in to comment.