tqchen commented on code in PR #14545:
URL: https://github.com/apache/tvm/pull/14545#discussion_r1161383650


##########
include/tvm/relax/attrs/manipulate.h:
##########
@@ -140,6 +140,25 @@ struct CumsumAttrs : public tvm::AttrsNode<CumsumAttrs> {
   }
 };  // struct CumsumAttrs

Review Comment:
   cumsum should be moved to statistical



##########
python/tvm/relax/op/manipulate.py:
##########
@@ -441,6 +441,56 @@ def cumsum(data: Expr, axis: Optional[int] = None, dtype: 
Optional[Union[str, Da
     return _ffi_api.cumsum(data, axis, dtype)  # type: ignore
 
 
+def einsum(operands, subscripts):

Review Comment:
   einsum should be part of linear algebra



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to