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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Most of TC examples are actually for tensor reshape or reduce. Any examples for tensor broadcast?
The following try isn't supported by TC:
def broadcast(float(N, M) I0) -> (O) { O(n, m, k) = I0(n, m) }or
def broadcast(float(N, M) I0) -> (float(N, M, K) O) { O(n, m, k) = I0(n, m) }