#include <cstdio>
#include "compute/operation.h"
#include "compute/matmul/matmulop.h"
#include "compute/product/productop.h"
#include "compute/scalarproduct/scalarproductop.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
Operation< T > * | magmadnn::op::dot (Operation< T > *a, Operation< T > *b, bool copy, bool needs_grad) |