Skip to content

Commit

Permalink
Update presentation to for recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron committed Sep 27, 2016
1 parent 7932cb2 commit 25715d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file modified advanced.pdf
Binary file not shown.
3 changes: 0 additions & 3 deletions advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ \section{How to Make an Op (Python)}
\item Empty tuple signifies no properties that should take part in comparison
\item If you have only one property, make sure you add a final comma: \code{('property',)}
\end{itemize}
\begin{alertblock}{}
Make sure \code{__hash__}, \code{__eq__} and \code{__str__} are not defined in a superclass if you don't inherit directly from Op since otherwise your methods will get shadowed.
\end{alertblock}
\end{frame}

\begin{frame}{\code{make_node}}
Expand Down
2 changes: 1 addition & 1 deletion doublecop.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THEANO_APPLY_CODE_SECTION
#section support_code

int APPLY_SPECIFIC(doublecop)(PyArrayObject *x,
PyArrayObject **out) {
Expand Down

0 comments on commit 25715d9

Please sign in to comment.