Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse mode broadcast #100

Merged
merged 5 commits into from
Mar 9, 2019
Merged

Reverse mode broadcast #100

merged 5 commits into from
Mar 9, 2019

Conversation

MikeInnes
Copy link
Member

Addresses #71, in tandem with #79. Possibly some performance hit due to being lazy about type inferability and our trivial-mode fast path, but I think it's worth it to fix a bunch of issues in using custom types with broadcast.

As a bonus, this also makes the broadcasted function f itself differentiable, in case e.g. f is a closure.

@MikeInnes MikeInnes merged commit 81331fe into master Mar 9, 2019
@CarloLucibello CarloLucibello deleted the mji/broadcast branch April 8, 2020 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant