TensorRT EP with custom op #15125
Unanswered
minrui-hust
asked this question in
Other Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an model with custom ops, and I want to use tensorrt EP to accalarate my model.
Tensorrt EP requires shape info when create session, So I follow the link to do shape inference on my model, however it says my custom op has no schema rigistered. I registered my custom ops according to offcial guide, there is no way to register schema for custom op.
What should I do?
Beta Was this translation helpful? Give feedback.
All reactions