Replies: 1 comment
-
I am encountering the exact same problem, could you share how you solved it? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
problem describe:

I follow the instruction of AddingExecutionProvider, and successfully register my own provider and some simple op(Add .etc). But when I run the onnx model which contains op both from CPU and my own provider, onnxruntime sends me one error that my own provider doesn't have MemcpyToHost/MemcpyFromHost Op.So how to?
System information:
onnxruntimev1.5.1
Additional context:
Beta Was this translation helpful? Give feedback.
All reactions