33 #define _CRT_SECURE_NO_DEPRECATE
34 #ifdef FARSA_NNFW_BUILDING_DLL
35 #define FARSA_NNFW_API __declspec(dllexport)
36 #define FARSA_NNFW_TEMPLATE __declspec(dllexport)
38 #define FARSA_NNFW_API __declspec(dllimport)
39 #define FARSA_NNFW_TEMPLATE
41 #define FARSA_NNFW_INTERNAL
43 #define FARSA_NNFW_API
44 #define FARSA_NNFW_TEMPLATE
45 #define FARSA_NNFW_INTERNAL __attribute__ ((visibility ("hidden")))
53 #define FARSA_NNFW_VERSION 10202
69 typedef QList<Updatable*> UpdatableList;
73 typedef QList<Cluster*> ClusterList;
77 typedef QList<Linker*> LinkerList;
79 extern bool FARSA_NNFW_API initNNFWLib();
80 static const bool nnfwLibInitializer = initNNFWLib();