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

fix:pnnx-softmax matching any #4333

Merged
merged 1 commit into from Nov 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/pnnx/src/pass_level2/F_softmax.cpp
Expand Up @@ -25,7 +25,7 @@ class F_softmax : public GraphRewriterPass
5 4
pnnx.Input input_0 0 1 input
pnnx.Input input_1 0 1 dim
prim::Constant op_0 0 1 dtype value=None
prim::Constant op_0 0 1 dtype value=*
aten::softmax op_1 3 1 input dim dtype out
pnnx.Output output 1 0 out
)PNNXIR";
Expand Down