MagmaDNN  1.0
c++NeuralNetworkFramework
types.h File Reference
#include <vector>
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.

Classes

struct  magmadnn::magmadnn_settings_t
 
struct  magmadnn::tensor_filler_t< T >
 

Typedefs

typedef enum magmadnn::memory_t magmadnn::memory_t
 
typedef unsigned int magmadnn::device_t
 
typedef unsigned int magmadnn::magmadnn_error_t
 

Enumerations

enum  memory_t { HOST }
 
enum  magmadnn::tensor_fill_t {
  UNIFORM, GLOROT, MASK, CONSTANT,
  ZERO, ONE, DIAGONAL, IDENTITY,
  NONE
}
 

Detailed Description

Author
Daniel Nichols
Version
0.1
Date
2019-02-07

Enumeration Type Documentation

◆ tensor_fill_t

Different ways to initialize the tensor on creation.