####### 代码目录
.
├── build
├── CMakeLists.txt
├── data
│ ├── cat.jpg
│ ├── imagenet_mean.binaryproto
│ └── synset_words.txt
├── main.cpp
└── model
├── bvlc_reference_caffenet.caffemodel
├── deploy.prototxt
└── download.sh
cd build
cmake ..
make
./
[ INFO:0] Initialize OpenCL runtime...
classidx is:287
prob is 0.341073
run time is 94101.000000 ms