nnfw/include/nnfwconfig.h File Reference

This file contains the common type defitions used on the whole framework. More...

Include dependency graph for nnfwconfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define FARSA_NNFW_API
#define FARSA_NNFW_INTERNAL   __attribute__ ((visibility ("hidden")))
#define FARSA_NNFW_TEMPLATE
#define FARSA_NNFW_VERSION   20000

Typedefs

typedef QList< Cluster * > ClusterList
 Array of Clusters.
typedef QList< Linker * > LinkerList
 Array of Linkers.
typedef QList< Updatable * > UpdatableList
 Array of Updatable.

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.