You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/02/09 05:18:12 UTC

[GitHub] [tvm] echuraev commented on a change in pull request #7391: [ONNX] Add CumSum operator to ONNX frontend

echuraev commented on a change in pull request #7391:
URL: https://github.com/apache/tvm/pull/7391#discussion_r572600459



##########
File path: python/tvm/topi/cumsum.py
##########
@@ -75,6 +84,12 @@ def maybe_cast(x):
             elif i > axis:
                 axis_mul_after *= value
 
+    if exclusive is None:
+        exclusive = 0
+
+    if reverse is None:
+        reverse = 0
+

Review comment:
       You are right. Sorry, I forgot to remove it.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org