pytorch / maskedtensor

MaskedTensors for PyTorch
https://pytorch.org/maskedtensor
Other
38 stars 10 forks source link

[Feature Request] Add more unary operators #14

Open george-qi opened 2 years ago

george-qi commented 2 years ago

As shown in the comments here:

https://github.com/pytorch/maskedtensor/blob/a674e87cd4ee541e7a63c31b967c64d5bff433db/maskedtensor/unary.py#L79-L103

we have a number of unary operators that are not yet supported, possibly due to missing codegen or complex semantics. Opening this issue as a feature request to have these added