PaddlePaddle / Anakin

High performance Cross-platform Inference-engine, you could run Anakin on x86-cpu,arm, nv-gpu, amd-gpu,bitmain and cambricon devices.
https://anakin.baidu.com/
Apache License 2.0
531 stars 135 forks source link

where are the head files? #258

Open wenyawei opened 6 years ago

wenyawei commented 6 years ago

There is NOT a "Inlcude" folder in Anakin root folder or in the build folder, so it is really diffucult to find the head files.

In the examples, it includes some head files, but I can NOT find them in the root folder and build folder.

#include "utils/logger/logger.h"
#include "graph.h"
#include `"net.h"
pangge commented 6 years ago

You need to use make install after make, the head files will be sent to anakin/output directory. besides, we recommend you to use relative directory for anakin . #include "framework/graph/graph.h"