Skip to content

Commit

Permalink
dismantle layer headers
Browse files Browse the repository at this point in the history
No more monolithic includes: split layers into their own headers for modular inclusion and build.
  • Loading branch information
shelhamer committed Dec 2, 2015
1 parent 62ed0d2 commit 300f43f
Show file tree
Hide file tree
Showing 224 changed files with 4,497 additions and 3,568 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ NONEMPTY_LINT_REPORT := $(BUILD_DIR)/$(LINT_EXT)
# PY$(PROJECT)_SRC is the python wrapper for $(PROJECT)
PY$(PROJECT)_SRC := python/$(PROJECT)/_$(PROJECT).cpp
PY$(PROJECT)_SO := python/$(PROJECT)/_$(PROJECT).so
PY$(PROJECT)_HXX := include/$(PROJECT)/python_layer.hpp
PY$(PROJECT)_HXX := include/$(PROJECT)/layers/python_layer.hpp
# MAT$(PROJECT)_SRC is the mex entrance point of matlab package for $(PROJECT)
MAT$(PROJECT)_SRC := matlab/+$(PROJECT)/private/$(PROJECT)_.cpp
ifneq ($(MATLAB_DIR),)
Expand Down
1 change: 0 additions & 1 deletion include/caffe/caffe.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
#include "caffe/util/benchmark.hpp"
#include "caffe/util/io.hpp"
#include "caffe/util/upgrade_proto.hpp"
#include "caffe/vision_layers.hpp"

#endif // CAFFE_CAFFE_HPP_
Loading

0 comments on commit 300f43f

Please sign in to comment.