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

Implement prod_all and prod_keepdim #1620

Open
unrenormalizable opened this issue Jan 25, 2024 · 0 comments
Open

Implement prod_all and prod_keepdim #1620

unrenormalizable opened this issue Jan 25, 2024 · 0 comments

Comments

@unrenormalizable
Copy link

prod_all / prod_keepdim are like sum_all / sum_keepdim but for product. numpy has this implemented. It is the torch.prod equivalent with the dim argument. It will be good to have this implemented.

The library I am working on burn - is adding this functionality but I have to implement it for candle in the burn codebase.

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

No branches or pull requests

1 participant