-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Closed
Labels
Description
tensordot would be a useful function to have for general contractions between tensors. It looks like all the basic functionality is already present, but not a numpy-matching api. One nice gain if this was present would be that pytorch could be used as a backend by opt_einsum for order-optimized tensor contractions.
Two simple and purely python options would be:
Reactions are currently unavailable