include Reshape in caffe time
authorJonathan L Long <jonlong@cs.berkeley.edu>
Fri, 12 Sep 2014 21:34:16 +0000 (14:34 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 18 Sep 2014 20:17:43 +0000 (13:17 -0700)
commit24350a6f404b6f8988f742c91fbc07c1541480b7
tree6ef7a2b2f22cd9ad16de87386c040ada6b2409e1
parentdb5bb1581f6d5b9422a1b608463aa94c84cc0d2c
include Reshape in caffe time

Since we are now calling Reshape in the Forward pass, it's only fair to
include it when timing. Reshape calls should normally be four or so
orders of magnitude faster than Forward calls; this change also makes it
easy to notice a mistake that causes something slow to happen in
Reshape.
tools/caffe.cpp