tvm
tvm copied to clipboard
[Frontend][ONNX][Tracking Issue] Add support for onnx::SequenceAt operator
Hi all, I was trying to convert an ONNX model to TVM and the conversion fails. The error states:
tvm.error.OpNotImplemented: The following operators are not supported for frontend ONNX: SequenceAt
This issue is to track progress for "add support for onnx::SequenceAt operator"
- [ ] P1. add support for onnx::SequenceAt operator
Related: #9116