[Relay][Frontend] Span Filling ONNX#13767
Conversation
chunit-quic
commented
Jan 12, 2023
- Set node name as the source name of span during the conversion of ONNX model.
- Assign node name to a node based on op type when it is empty.
- To get the reference of renamed nodes. Add a function to export the ONNX model after conversion.
- Add structural_equal comparisons with and without set_span to the existing test cases.
- Add span test cases for frequent conversions.
- Add span test case for exporting model parameter.
- Set node name as the source name of span during the conversion of ONNX model. - Assign node name to a node based on op type when it is empty. - To get the reference of renamed nodes. Add a function to export the ONNX model after conversion. - Add structural_equal comparisons with and without set_span to the existing test cases. - Add span test cases for frequent conversions. - Add span test case for exporting model parameter.
|
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
|
Hi community, This is a part of the RFC, TVM Explorer Infrastructure. After this PR, the source node information of ONNX will be tagged to the converted relay.
Node names of the exported model can be a reference to the source_names of spans. Feel free to give us any comment. Thank you! :D For your reference, here is the related links. |
- Set node name as the source name of span during the conversion of ONNX model. - Assign node name to a node based on op type when it is empty. - To get the reference of renamed nodes. Add a function to export the ONNX model after conversion. - Add structural_equal comparisons with and without set_span to the existing test cases. - Add span test cases for frequent conversions. - Add span test case for exporting model parameter. Co-authored-by: Joey Tsai <chunit@qti.qualcomm.com>