Civitasv opened a new issue, #15297:
URL: https://github.com/apache/tvm/issues/15297
### Expected behavior
I'm using the `from_onnx` method of `tvm.relax.frontend.onnx` module to
import my onnx model. It failed.
### Actual behavior
```txt
File
"/home/xxx/develop/Git/TVM/apache-tvm/python/tvm/relax/frontend/onnx/onnx_frontend.py",
line 2173, in from_onnx
return g.from_onnx(graph, opset)
File
"/home/xxx/develop/Git/TVM/apache-tvm/python/tvm/relax/frontend/onnx/onnx_frontend.py",
line 1829, in from_onnx
self._check_for_unsupported_ops(graph)
File
"/home/xxx/develop/Git/TVM/apache-tvm/python/tvm/relax/frontend/onnx/onnx_frontend.py",
line 1949, in _check_for_unsupported_ops
raise tvm.error.OpNotImplemented(msg)
tvm.error.OpNotImplemented: The following operators are not supported for
frontend ONNX: Trilu
[11:52:50]
/home/xxx/develop/Git/TVM/apache-tvm/src/relax/ir/block_builder.cc:64: Warning:
BlockBuilder destroyed with remaining blocks!
```
### Environment
OS: Ubuntu 22.04
TVM version: 0.13.dev0
### Steps to reproduce
I'm using the CLIP ONNX model.
The Trilu operator docs: https://onnx.ai/onnx/operators/onnx__Trilu.html.
### Triage
* needs-triage
--
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]