Skip to content

Commit 82d77dd

Browse files
pavankyumar456
authored andcommitted
Formatting changes
1 parent 6461395 commit 82d77dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/perceptron.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************
2-
* Copyright (c) 2015, ArrayFire
2+
* Copyright (c) 2017, ArrayFire
33
* All rights reserved.
44
*
55
* This file is distributed under 3-clause BSD license.

include/af/autograd/Variable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace af {
4242
GradFunc_t m_grad_func;
4343
};
4444

45-
public:
45+
public:
4646

4747
Variable();
4848
Variable(const af::array &data, bool calc_grad);

src/nn/Modules/Module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************
2-
* Copyright (c) 2015, ArrayFire
2+
* Copyright (c) 2017, ArrayFire
33
* All rights reserved.
44
*
55
* This file is distributed under 3-clause BSD license.

0 commit comments

Comments
 (0)