MagmaDNN  1.0
c++NeuralNetworkFramework
magmadnn::tensor_filler_t< T > Struct Template Reference

#include <types.h>

Public Attributes

tensor_fill_t fill_type
 
std::vector< T > values
 

Detailed Description

template<typename T>
struct magmadnn::tensor_filler_t< T >

Defines how to fill a tensor and with what parameters. fill_type: use UNIFORM, GLOROT, MASK, CONSTANT, ZERO, ONE, or NONE

See also
tensor_fill_t values: the parameters for the fill_type

The documentation for this struct was generated from the following file: