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
Functions like full_like and expand_as are symbols that accept tensors, only to dump the tensor's metadata and call another option. We should consider making these non-symbols to simplify transform logic, clearly indicating that the original tensor doesn't need to be kept alive for the call to these operations.
Functions like
full_like
andexpand_as
are symbols that accept tensors, only to dump the tensor's metadata and call another option. We should consider making these non-symbols to simplify transform logic, clearly indicating that the original tensor doesn't need to be kept alive for the call to these operations.cc @apaz-cli
The text was updated successfully, but these errors were encountered: