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

How to get the product of the elements of a tensor over a given axis? #525

Open
sanket28 opened this issue May 12, 2022 · 0 comments
Open

Comments

@sanket28
Copy link

Hello,

I want to know if it's possible to get the product of elements of a tensor over a given axis or axes. Something like the product function in NumPy: https://numpy.org/doc/stable/reference/generated/numpy.prod.html

Is this possible with the current API or do I need to implement something similar to the Sum function using the Standard Engine?

func (e StdEng) Sum(a Tensor, along ...int) (retVal Tensor, err error)
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