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

Introduce 'out' parameter for operations.__binary_op #377

Closed
Markus-Goetz opened this issue Sep 13, 2019 · 0 comments
Closed

Introduce 'out' parameter for operations.__binary_op #377

Markus-Goetz opened this issue Sep 13, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Markus-Goetz
Copy link
Member

Feature functionality
Allow the generalized binary op to accept and additional output tensor as parameter in which the result is written. If not given (i.e. =None), then the current behavior is assumed, instantiating a new object.

Unsure about assignee, could be both a binary_op topic (Charlie) or generalized operations topic (Claudia).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants