BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.03k stars 18.7k forks source link

Which .lib file has the implementation of caffe::caffe_add after compile? #6849

Open Mactarvish opened 4 years ago

Mactarvish commented 4 years ago

Environment: win10, VS2015 I'm trying to use the function caffe::caffe_add in my own project. I added caffe-d.lib and caffeproto-d.lib into my additional dependencies, but the project still show the error LNK 2019 which means the linker cannot find the correct implementation, so which .lib file the caffe::caffe_add locates in?