-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Hello, I'm sure the doc may mention it but from a quick reading I couldn't find a way out or just what's the issue in the following mwe
using TensorOperations
T = Float64
Z = zeros(T,512,8,24192); # 512 X 8 X 24192
X = randn(T,512,16,24192); # 512 X 16 X 24192
Y = randn(T,16,8,24192); # 16 X 8 X 24192
@tensor Z[a, d, n] = X[a, b,n] * Y[b, d,n]
I get TensorOperations.IndexError{String}("non-matching indices between left and right hand side: Z[a, d, n] = X[a, b, n] * Y[b, d, n]")
.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels