Anakin
Anakin copied to clipboard
where are the head files?
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"
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"