Skip to content

[Tracking Issue] Handle ONNX contrib operators #10950

@AndrewZhaoLuo

Description

@AndrewZhaoLuo

Right now ONNX converter to Relay works by using operator name to match up with proper converter.

The issue is we increasingly have to deal with operators from different onnx modules/domains. Onnx nodes also have this sort of namespace https://github.com/onnx/onnx/blob/main/docs/IR.md#nodes too. In the future, we might have name collisions between like names in different namespaces. We should handle this properly.

Not a big deal until it happens.

List of operators not under default onnx operator domain (please add):

Metadata

Metadata

Assignees

Labels

frontend:onnxpython/tvm/relay/frontend/onnx.pytype:rfc-trackingRFC progress tracking. Ref: https://github.com/apache/tvm-rfcs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions