MagmaDNN  1.0
c++NeuralNetworkFramework
init_finalize.h File Reference
#include "types.h"
Include dependency graph for init_finalize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

magmadnn_error_t magmadnn::magmadnn_init ()
 
magmadnn_error_t magmadnn::magmadnn_finalize ()
 

Detailed Description

Author
Daniel Nichols
Version
1.0
Date
2019-03-15

Function Documentation

◆ magmadnn_finalize()

magmadnn_error_t magmadnn::magmadnn_finalize ( )

Cleanup. Should be called at the end of every program.

Returns
magmadnn_error_t
Here is the call graph for this function:
Here is the caller graph for this function:

◆ magmadnn_init()

magmadnn_error_t magmadnn::magmadnn_init ( )

Should be called at the start of every program.

Returns
magmadnn_error_t
Here is the call graph for this function:
Here is the caller graph for this function: