Go to the source code of this file.
|
typedef Tensor< int > | magmadnn::tensori_t |
|
typedef Tensor< float > | magmadnn::tensorf_t |
|
typedef Tensor< double > | magmadnn::tensord_t |
|
|
const memory_t | magmadnn::TENSOR_DEFAULT_MEM_TYPE = HOST |
|
const device_t | magmadnn::TENSOR_DEFAULT_DEVICE_ID = (device_t) 0 |
|
const tensor_fill_t | magmadnn::TENSOR_DEFAULT_FILL_TYPE = NONE |
|
const tensor_filler_t< float > | magmadnn::TENSOR_DEFAULT_FILLER = { TENSOR_DEFAULT_FILL_TYPE, {} } |
|
- Author
- Daniel Nichols
- Version
- 0.1
- Date
- 2019-02-07
- Copyright
- Copyright (c) 2019
◆ tensori_t
Tensor typedefs. Shorthand for Tensors of different types.