[AutoDiff] Add binary version of `differentiableFunction`. #21954
[AutoDiff] Add binary version of `differentiableFunction`.
db98b5f5
rxwei
approved these changes
on 2019-01-17
dan-zheng
merged
08220881
into tensorflow 6 years ago
dan-zheng
deleted the differentiable-function-overloads branch 6 years ago
Assignees
No one assigned
Add a new version of
differentiableFunction
that supports binary functions.Add runtime tests.
Note: type-checker errors regarding closures (like the arguments to
differentiableFunction
) are inscrutable and often don't highlightactual errors in source code. This is a significant hurdle for usability.