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
These two are doing way too much. We should probably split more along the lines of how we listed #821 if not more fine-grained.
Elemwise (which DimShuffle is not!)
Reduce: CAReduce + Argmax
Alloc (or tensor_creation or something): Ops that create tensors (Alloc, AllocEmpty, Diagonal, Arange, ...)
basic and math are just too big and vague. Also the rewrites should be restructured a bit to reflect the changes, although it's sometimes tricky when you are rewriting Elemwise + Reduce or Elemwise + Alloc, Probably we can put it in the non-elemwise, since that's more specific
The text was updated successfully, but these errors were encountered:
Description
These two are doing way too much. We should probably split more along the lines of how we listed #821 if not more fine-grained.
basic
andmath
are just too big and vague. Also the rewrites should be restructured a bit to reflect the changes, although it's sometimes tricky when you are rewriting Elemwise + Reduce or Elemwise + Alloc, Probably we can put it in the non-elemwise, since that's more specificThe text was updated successfully, but these errors were encountered: