Skip to content
New issue

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

不支持 SpaceToDepth 算子 #961

Open
alexliyang opened this issue Jul 30, 2024 · 1 comment
Open

不支持 SpaceToDepth 算子 #961

alexliyang opened this issue Jul 30, 2024 · 1 comment

Comments

@alexliyang
Copy link

alexliyang commented Jul 30, 2024

用自己的一个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

@alexliyang
Copy link
Author

ARM 平台支持的算子相对比较少,比如conv_transpose, PRelu, spacetodepth, depthtospace, 是否能增加一下?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant