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/01/28 09:32:33 UTC

[GitHub] [tvm] ybai62868 commented on pull request #7334: [Relay, TOPI] Add numpy style cumsum op

ybai62868 commented on pull request #7334:
URL: https://github.com/apache/tvm/pull/7334#issuecomment-768923803


   Hi @masahi ,
   Thanks for your contribution for the "cumsum". I want to use this op in onnx model.
   I meet the problem when I want to compile an onnx model with "CumSum" op to relay. 
   When I use "relay.frontend.from_onnx" and add "CumSum": AttrCvt("cumsum",{"axis": axis, "dtype": dtye})," in python/tvm/relay/frontend/onnx.py
   
   But it still does not work. 
   Thanks for your attention!


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