drop Net inputs + Forward with bottoms
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 17 Oct 2015 04:11:32 +0000 (21:11 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 25 Feb 2016 21:32:44 +0000 (13:32 -0800)
commit51f79a837ddea002746d86d69e342a44f099654f
tree38e3ac68e30ea5c5dc2bdceb480528591e2935a7
parentbddd04b32c297035b38abbcb41a452bf7167ba17
drop Net inputs + Forward with bottoms

Drop special cases for `input` fields, the `Net` input members,
and the `Net` interface for Forward with bottoms along with
Forward() / ForwardPrefilled() distinction.
include/caffe/net.hpp
src/caffe/net.cpp
src/caffe/solver.cpp
src/caffe/test/test_gradient_based_solver.cpp
src/caffe/test/test_net.cpp
src/caffe/test/test_split_layer.cpp
src/caffe/util/insert_splits.cpp
tools/caffe.cpp
tools/extract_features.cpp