You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NestedTensor] Support binary pointwise ops with >2 inputs (if inputs are non-tensors) (pytorch#119419)
It should usually be safe to run pointwise binary ops with >2 inputs. e.g. threshold_backward(tensor, tensor, scalar): we just operate on the values of the nested tensors, and pass in the other args as-is. Pull Request resolved: pytorch#119419 Approved by: https://github.com/soulitzer
0 commit comments