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
I wonder whether TACO can support expressions like y[i] = A[i, j] * (x[j] - x[i]) ** 2.
Thanks!
The text was updated successfully, but these errors were encountered:
gxiaotian
changed the title
Support operations other than multiplication and addition
Can TACO support operations other than multiplication and addition?
Jul 10, 2024
Hello,
I wonder whether TACO can support expressions like
y[i] = A[i, j] * (x[j] - x[i]) ** 2
.Thanks!
The text was updated successfully, but these errors were encountered: