Error on try use AppendExecutionProvider_Nnapi(); #22956
Unanswered
sergiofreitasbra
asked this question in
API Q&A
Replies: 1 comment 1 reply
-
NNAPI Split doesn't support as many usages as ONNX. The model must have a Split node that does an uneven split. NNAPI is deprecated as well, so this will never change. FWIW it's pretty random as to whether NNAPI helps or not (very device specific) so you'll get much more consistent performance with the CPU EP. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi im are get this error on use yolov11 - {Microsoft.ML.On
nxRuntime.OnnxRuntimeException: [ErrorCode:Fail] op_builder_helpers.cc:144 AddNnapiSplit count [0] does not evenly divide dimension 3 [32] somebody know what is the isse?
Beta Was this translation helpful? Give feedback.
All reactions