t-vi opened a new pull request #5946:
URL: https://github.com/apache/incubator-tvm/pull/5946


   This adds tuple support for first order gradients.
   
   We may have tuples passed to or returned from functions and at this stage, 
they aren't inlined (because we want to compute gradients based on that 
granularity), limiting the possibility to eliminate Tuple/GetTupleItem.
   Examples of ops with tupels include dropout and concatenate.
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to