|
template<typename T > |
Variable< T > * | magmadnn::op::var (std::string name, Tensor< T > *val) |
|
template Variable< int > * | magmadnn::op::var (std::string name, Tensor< int > *val) |
|
template Variable< float > * | magmadnn::op::var (std::string name, Tensor< float > *val) |
|
template Variable< double > * | magmadnn::op::var (std::string name, Tensor< double > *val) |
|
template<typename T > |
Variable< T > * | magmadnn::op::var (std::string name, std::vector< unsigned int > shape, tensor_filler_t< T > filler, memory_t mem_type) |
|
template Variable< int > * | magmadnn::op::var (std::string, std::vector< unsigned int >, tensor_filler_t< int >, memory_t mem_type) |
|
template Variable< float > * | magmadnn::op::var (std::string, std::vector< unsigned int >, tensor_filler_t< float >, memory_t mem_type) |
|
template Variable< double > * | magmadnn::op::var (std::string, std::vector< unsigned int >, tensor_filler_t< double >, memory_t mem_type) |
|
template<typename T > |
Variable< T > * | magmadnn::op::scalar (std::string name, T val, memory_t mem_type) |
|
template Variable< int > * | magmadnn::op::scalar (std::string, int, memory_t mem_type) |
|
template Variable< float > * | magmadnn::op::scalar (std::string, float, memory_t mem_type) |
|
template Variable< double > * | magmadnn::op::scalar (std::string, double, memory_t mem_type) |
|