#include <vector>
#include "compute/operation.h"
#include "compute/variable.h"
#include "tensor/tensor.h"
#include "utilities_internal.h"
#include "compute/product/product_internal.h"
#include "math/scalar_tensor_product.h"
Go to the source code of this file.
Classes | |
class | magmadnn::op::ProductOp< T > |
Enumerations | |
enum | product_op_t { SCALAR_PROD_TENSOR, TENSOR_PROD_SCALAR, TENSOR_PROD_TENSOR } |