Replies: 1 comment
-
I know the reason... I mistakenly registered Conv as Conv2d............ |
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.
-
Hi everyone!
I am working on adding a new EP for RISCV. However, a problem has confused me. When I add the relu operator, it works well. But when I add conv2d as I did with relu, it will not work as I expected. It always uses transformer to convert layout to nchwc and uses the implementation in nchwc_ops.cc.
My question is how to specify and control custom transformer for the newly added EP. Additionally, how can I control the layerfuser?
Looking forward to your reply.
Beta Was this translation helpful? Give feedback.
All reactions