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
full, full_like, equal_elem, not_equal_elem, mask_where, mask_fill, gather, scatter, select, and select_assign have nothing to do with numerical properties and should be moved, allowing their use on Bool Tensors. This could be useful in situations like making complex masks. zeros and ones could also be moved, and correspond to false and true in bool case.
The text was updated successfully, but these errors were encountered:
full, full_like, equal_elem, not_equal_elem, mask_where, mask_fill, gather, scatter, select, and select_assign have nothing to do with numerical properties and should be moved, allowing their use on Bool Tensors. This could be useful in situations like making complex masks. zeros and ones could also be moved, and correspond to false and true in bool case.
The text was updated successfully, but these errors were encountered: