denizyuret / AutoGrad.jl

Julia port of the Python autograd package.
Other
169 stars 26 forks source link

New interface for AutoGrad-1.1 #94

Closed denizyuret closed 6 years ago

denizyuret commented 6 years ago

This pull request implements the new @diff/grad interface to AutoGrad as described in https://github.com/denizyuret/Knet.jl/issues/347.

codecov[bot] commented 6 years ago

Codecov Report

Merging #94 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #94      +/-   ##
=========================================
+ Coverage   95.67%   95.7%   +0.02%     
=========================================
  Files           9       9              
  Lines         162     163       +1     
=========================================
+ Hits          155     156       +1     
  Misses          7       7
Impacted Files Coverage Δ
src/core.jl 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eca24d7...5642caf. Read the comment docs.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 355


Totals Coverage Status
Change from base Build 348: 0.03%
Covered Lines: 156
Relevant Lines: 163

💛 - Coveralls