# HG changeset patch # User Olivier Breuleux # Date 1210718398 14400 # Node ID 9a2aecc57a79e5638d8ef70e3ebbcd600ee5ea89 # Parent 25d0a0c713dab4ce4027b5422a04b9cdf70dfe07 added TODO to nnet_ops diff -r 25d0a0c713da -r 9a2aecc57a79 nnet_ops.py --- 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;