Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which file is the entry file in src folder? #14

Closed
samkuok opened this issue Dec 11, 2013 · 1 comment
Closed

which file is the entry file in src folder? #14

samkuok opened this issue Dec 11, 2013 · 1 comment
Labels

Comments

@samkuok
Copy link

samkuok commented Dec 11, 2013

here is an simple question,where is the entry file,any reply is appreciated,thx.

@kloudkl
Copy link
Contributor

kloudkl commented Jan 13, 2014

The codes in the include and source directories are compiled into both dynamic library libcaffe.so and static library libcaffe.a. You can find them along with the Makefile in the root directory of the project after the compilation.

Every cpp file in the examples directory has a main function. When you successfully finished building, there would be a corresponding bin file with the same name for every cpp file.

wrapper.py and power_wrapper.py are the entry points of the python imagenet module.

test_caffe_main is the entry of the tests. Every test cpp file includes "caffe/test/test_caffe_main.hpp".

If you develop in Eclipse, doing a "File Search" (Ctrl+H) in would conveniently direct you to the targets in the source codes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants