Mercurial > pylearn
changeset 184:9a2aecc57a79
added TODO to nnet_ops
author | Olivier Breuleux <breuleuo@iro.umontreal.ca> |
---|---|
date | Tue, 13 May 2008 18:39:58 -0400 |
parents | 25d0a0c713da |
children | 3d953844abd3 |
files | nnet_ops.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nnet_ops.py Tue May 13 18:30:08 2008 -0400 +++ b/nnet_ops.py Tue May 13 18:39:58 2008 -0400 @@ -144,6 +144,8 @@ #TODO: set error messages for failures in this code + #TODO: use this to accept float32 and int32: node.inputs[0].type.dtype_specs()[1] + return """ npy_intp* Nx = %(x)s->dimensions;