enable reshaping in the forward pass
authorJonathan L Long <jonlong@cs.berkeley.edu>
Wed, 10 Sep 2014 21:51:58 +0000 (14:51 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 18 Sep 2014 19:41:45 +0000 (12:41 -0700)
commit87de5edec8208f8726700c4301081cae9559a7fc
tree61941fe58c47233385c9bc9a91c1b6030a8e3132
parent4fff9663600d2384d07593dec8077627d5693933
enable reshaping in the forward pass

Note that calling Reshape when no reshape is necessary should be
effectively a no-op, so this is not a performance regression.
src/caffe/net.cpp