#include <vector>
#include "tensor/tensor.h"
Go to the source code of this file.
- Author
- Daniel Nichols
- Version
- 0.1
- Date
- 2019-05-20
- Copyright
- Copyright (c) 2019
◆ sum_full()
template<typename T >
void magmadnn::internal::sum_full |
( |
std::vector< Tensor< T > * > & |
vals, |
|
|
Tensor< T > & |
out |
|
) |
| |
- Template Parameters
-
- Parameters
-