#include <vector>
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 } |
Different ways to initialize the tensor on creation.