Is there any documents that describe migration from Ort::CustomOpApi to current API? #21185
Unanswered
RiverLight4
asked this question in
EP 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.
-
Hello,
I'd like to use MMDeploy to convert pytorch model into onnx, but it supports
onnxruntime <= 1.15.1
because MMDeploy Custom Ops relies onort::CustomOpApi
. (see open-mmlab/mmdeploy#2465 , open-mmlab/mmdeploy#2779 )I'm afraid that I cannot find any documantation about porting from old
ort::CustomOpApi
to new APIs to estimate how difficult it is.Is there any document or issue that describes briefly?
Beta Was this translation helpful? Give feedback.
All reactions