Skip to content

Commit

Permalink
consistency in function name.. (tensorflow#14260)
Browse files Browse the repository at this point in the history
  • Loading branch information
yupbank authored and drpngx committed Dec 27, 2017
1 parent 479b0fd commit c1d9f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def custom_gradient(fx, gx, x, axis=(),
h(x) = x * stop_gradient(g(x)) + stop_gradient(f(x) - x * g(x))
```
is such that `h(x) = stop(f(x))` and `grad[h(x), x] = stop_gradient(g(x)).`
is such that `h(x) = stop_gradient(f(x))` and `grad[h(x), x] = stop_gradient(g(x)).`
In addition to scalar-domain/scalar-range functions, this function also
supports tensor-domain/scalar-range functions. However, in the latter case it
Expand Down

0 comments on commit c1d9f86

Please sign in to comment.