#include "compute/operation.h"
#include "compute/add/addop.h"
#include "compute/negative/negativeop.h"
#include "compute/scalarproduct/scalarproductop.h"
#include "compute/pow/powop.h"
#include "compute/reducesum/reducesumop.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
Operation< T > * | magmadnn::op::meansquarederror (Operation< T > *ground_truth, Operation< T > *prediction) |