Skip to content

Commit

Permalink
missing declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
fohx13 committed Jul 7, 2017
1 parent d52bd07 commit 9e042a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/af/autograd/Functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace af {

Variable max(const Variable &lhs, const Variable &rhs);
Variable max(const Variable &lhs, const double &rhs);
Variable max(const double &lhs, const Variable &rhs);

Variable transpose(const Variable &input);
Variable expandAs(const Variable &input, const Variable &reference);
Expand Down

0 comments on commit 9e042a5

Please sign in to comment.