nnfwconfig.h File Reference
This file contains the common type defitions used on the whole framework. More...
Include dependency graph for nnfwconfig.h:
![](nnfwconfig_8h__incl.png)
This graph shows which files directly or indirectly include this file:
![](nnfwconfig_8h__dep__incl.png)
Go to the source code of this file.
Namespaces | |
farsa | |
Macros | |
#define | FARSA_NNFW_API |
#define | FARSA_NNFW_INTERNAL __attribute__ ((visibility ("hidden"))) |
#define | FARSA_NNFW_TEMPLATE |
#define | FARSA_NNFW_VERSION 10405 |
Typedefs | |
typedef QList< Cluster * > | ClusterList |
Array of Clusters. More... | |
typedef Eigen::MatrixXd | DoubleMatrix |
typedef Eigen::VectorXd | DoubleVector |
typedef QList< Linker * > | LinkerList |
Array of Linkers. More... | |
typedef QList< Updatable * > | UpdatableList |
Array of Updatable. More... | |
Functions | |
bool FARSA_NNFW_API | initNNFWLib () |
Variables | |
static const bool | nnfwLibInitializer = initNNFWLib() |
Detailed Description
This file contains the common type defitions used on the whole framework.
Details...
Definition in file nnfwconfig.h.