[BE]: Add pointwise tag to isfinite (#140291)

Adds pointwise tag to isfinite
Pull Request resolved: https://github.com/pytorch/pytorch/pull/140291
Approved by: https://github.com/jbschlosser
This commit is contained in:
Aaron Gokaslan
2024-11-12 18:02:05 +00:00
committed by PyTorch MergeBot
parent 5aadaaf2b5
commit 928b8ec633

View File

@ -13095,6 +13095,7 @@
variants: function, method
device_check: NoCheck
device_guard: False
tags: pointwise
- func: isinf(Tensor self) -> Tensor
variants: function, method