ebetica / autogradpp

Direct C++ Interface to PyTorch
MIT License
80 stars 12 forks source link

Parameters functional #59

Closed FlorentinGuth closed 6 years ago

FlorentinGuth commented 6 years ago

List of changes:

goldsborough commented 6 years ago

Note: in general you should avoid formatting codemods intermixed with functionality. I have no idea what to look at in the changed files and have to expend brain energy understanding whether you changed functionality, or just changed the formatting, for each line. Please revert the clang-format changes if possible.

FlorentinGuth commented 6 years ago

I've reverted the formatting changes, sorry about that! I think I should probably add a test to verify that param() is consistent with parameters()?