Include dependency graph for memutils.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | nnfw |
Functions | |
| template<class T> | |
| void | memoryCopy (T *dest, const T *src, unsigned int size) |
| template<class T> | |
| void | memoryZeroing (T *data, unsigned int size) |
| void | memoryCopy (float *dest, const float *src, unsigned int size) |
| void | memoryZeroing (float *data, unsigned int size) |
| void | memoryCopy (double *dest, const double *src, unsigned int size) |
| void | memoryZeroing (double *data, unsigned int size) |
| void | memoryCopy (bool *dest, const bool *src, unsigned int size) |
| void | memoryZeroing (bool *data, unsigned int size) |