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
Note during the first two refactorings, we may want to try to decouple dispatch tables from the Op hierarchy (but that would be a bigger refactoring, possibly beyond the scope of this issue).
This issue tracks changes needed to support non-funsor args as in @ordabayevy's #482, e.g.
Plan
Note during the first two refactorings, we may want to try to decouple dispatch tables from the
Op
hierarchy (but that would be a bigger refactoring, possibly beyond the scope of this issue).Op
so that the dispatch table is inOp
subclasses, not in instances.ops.sum(data, dim=None, keepdims=False)
Tensor.eager_unary()
ops.sum
,ops.mean
, etc.The text was updated successfully, but these errors were encountered: