We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6461395 commit 82d77ddCopy full SHA for 82d77dd
examples/perceptron.cpp
@@ -1,5 +1,5 @@
1
/*******************************************************
2
- * Copyright (c) 2015, ArrayFire
+ * Copyright (c) 2017, ArrayFire
3
* All rights reserved.
4
*
5
* This file is distributed under 3-clause BSD license.
include/af/autograd/Variable.hpp
@@ -42,7 +42,7 @@ namespace af {
42
GradFunc_t m_grad_func;
43
};
44
45
- public:
+ public:
46
47
Variable();
48
Variable(const af::array &data, bool calc_grad);
src/nn/Modules/Module.cpp
0 commit comments