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
Elementwise operations between different tensors are now allowed, as long as both tensors have the same basis along each dimension
Adds the attribute tensor.numpy_compatible. If True (the default), the tensor can be used in most cases like a regular NumPy array,
however without consideration of the basis of the tensor.