Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Import DiffRules module for hidden references in diff rules (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamed2 authored and ararslan committed Feb 22, 2019
1 parent 2026960 commit 74434fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensitivities/scalar.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using SpecialFunctions
using DiffRules: @define_diffrule, diffrule, diffrules, hasdiffrule
using DiffRules: DiffRules, @define_diffrule, diffrule, diffrules, hasdiffrule

# Hand code the identity because it's really fundamental. It doesn't need to generate a new
# node on the computational graph since it does nothing, but it is useful to have it's
Expand Down

0 comments on commit 74434fc

Please sign in to comment.