jwfromm opened a new pull request, #11894:
URL: https://github.com/apache/tvm/pull/11894

   This PR adds support for Onnx sequence operators introduced in opset 11. 
Specifically I've added converters for `SequenceConstruct`, `SequenceInsert`, 
and `ConcatFromSequence`, which we found sometimes show up in models exported 
from Pytorch. For simplicity, I handle these cases by just using Tuples. We may 
want to consider using the TensorArray ADT eventually instead.
   


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