#include <vector>
#include <cstdio>
#include "compute/operation.h"
#include "tensor/tensor.h"
#include "utilities_internal.h"
#include "compute/sum/sum_internal.h"
Go to the source code of this file.
Classes | |
class | magmadnn::op::SumOp< T > |
Functions | |
template<typename T > | |
Operation< T > * | magmadnn::op::sum (std::vector< Operation< T > *> ops, bool copy) |