Include dependency graph for types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | nnfw |
Typedefs | |
| typedef VectorData< bool > | BoolVec |
| typedef VectorData< u_int > | U_IntVec |
| typedef VectorData< Updatable * > | UpdatableVec |
| typedef VectorData< Cluster * > | ClusterVec |
| typedef VectorData< Linker * > | LinkerVec |
| typedef VectorData< BaseTeachBlock * > | TeachBlockVec |
Functions | |
| template<class T> | |
| T | max (T a, T b) |
| template<class T> | |
| T | min (T a, T b) |
Variables | |
| NNFW_API const LinkerVec | emptyLinkerVec |
| NNFW_API const ClusterVec | emptyClusterVec |