Replies: 1 comment
-
https://github.com/microsoft/onnxruntime/blob/v1.17.1/onnxruntime/core/session/standalone_op_invoker.cc#L147 |
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
-
I am trying to create a custom op which invokes the native
DequantizeLinear
fromcom.microsoft
. I have setup the input/output tensors with appropriate type. The custom op gets built successfully but at runtime, I get below error.My model contains only one node which is the custom op I created, nothing else.
Can anyone pls help me understand why this error pops up? What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions