We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用自己的一个onnx 做了测试,发现ARM不支持SpaceToDepth算子,是否有计划支持一下? [ERROR][2024-07-29 19:45:33.754][graph_parser.cc:214] unsupported op: domain[], type[SpaceToDepth]. [ERROR][2024-07-29 19:45:33.754][graph_parser.cc:257] ParseOneNodeData of node [SpaceToDepth_0] failed. [ERROR][2024-07-29 19:45:33.754][graph_parser.cc:277] ParseOneGraphNode for node [SpaceToDepth_0] failed: unsupported [ERROR][2024-07-29 19:45:33.754][graph_parser.cc:363] ParseGraphNodes failed. [ERROR][2024-07-29 19:45:33.754][model_parser.cc:83] parse graph failed: unsupported [ERROR][2024-07-29 19:45:33.758][runtime_builder_impl.cc:48] parse graph failed: unsupported init OnnxRuntimeBuilder failed: unsupported
The text was updated successfully, but these errors were encountered:
ARM 平台支持的算子相对比较少,比如conv_transpose, PRelu, spacetodepth, depthtospace, 是否能增加一下?
Sorry, something went wrong.
No branches or pull requests
用自己的一个onnx 做了测试,发现ARM不支持SpaceToDepth算子,是否有计划支持一下?
[ERROR][2024-07-29 19:45:33.754][graph_parser.cc:214] unsupported op: domain[], type[SpaceToDepth].
[ERROR][2024-07-29 19:45:33.754][graph_parser.cc:257] ParseOneNodeData of node [SpaceToDepth_0] failed.
[ERROR][2024-07-29 19:45:33.754][graph_parser.cc:277] ParseOneGraphNode for node [SpaceToDepth_0] failed: unsupported
[ERROR][2024-07-29 19:45:33.754][graph_parser.cc:363] ParseGraphNodes failed.
[ERROR][2024-07-29 19:45:33.754][model_parser.cc:83] parse graph failed: unsupported
[ERROR][2024-07-29 19:45:33.758][runtime_builder_impl.cc:48] parse graph failed: unsupported
init OnnxRuntimeBuilder failed: unsupported
The text was updated successfully, but these errors were encountered: