MagmaDNN
1.0
c++NeuralNetworkFramework
dotop.h
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <cstdio>
12
#include "
compute/operation.h
"
13
#include "
compute/matmul/matmulop.h
"
14
#include "
compute/product/productop.h
"
15
#include "compute/scalarproduct/scalarproductop.h"
16
17
namespace
magmadnn
{
18
namespace
op {
19
28
template
<
typename
T>
29
Operation<T> *
dot
(Operation<T> *a, Operation<T> *b,
bool
copy=
true
,
bool
needs_grad=
true
);
30
31
}
// namespace op
32
}
// namespace magmadnn
magmadnn
Definition:
addop.cpp:11
magmadnn::op::dot
Operation< T > * dot(Operation< T > *a, Operation< T > *b, bool copy, bool needs_grad)
Definition:
dotop.cpp:15
operation.h
productop.h
matmulop.h
include
compute
dot
dotop.h
Generated by
1.8.13