Skip to content

Commit b22999e

Browse files
authored
Merge pull request #2 from abergeron/rmaster
Update presentation to for recent changes.
2 parents 7932cb2 + 25715d9 commit b22999e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

advanced.pdf

-3.13 KB
Binary file not shown.

advanced.tex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ \section{How to Make an Op (Python)}
8888
\item Empty tuple signifies no properties that should take part in comparison
8989
\item If you have only one property, make sure you add a final comma: \code{('property',)}
9090
\end{itemize}
91-
\begin{alertblock}{}
92-
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.
93-
\end{alertblock}
9491
\end{frame}
9592

9693
\begin{frame}{\code{make_node}}

doublecop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
THEANO_APPLY_CODE_SECTION
1+
#section support_code
22

33
int APPLY_SPECIFIC(doublecop)(PyArrayObject *x,
44
PyArrayObject **out) {

0 commit comments

Comments
 (0)