Closed JonathonMisiewicz closed 2 years ago
This PR removes the Py-side LabeledTensorAddition class. A list of the changes on the C++ layer:
LabeledTensorAddition
I imagine approve + tests pass = ready to merge.
Indeed. The tests were still running when I approved.
This PR removes the Py-side
LabeledTensorAddition
class. A list of the changes on the C++ layer:LabeledTensorAddition
LabeledTensorAddition
changed the operator in-place. That has changed to +=, and a const + overload has been created.