未验证 提交 79ae0028 编写于 作者: N ncnnnnn 提交者: GitHub

try onnx2ncnn add softplus (#2361)

上级 2c02bfb5
......@@ -2303,6 +2303,10 @@ int main(int argc, char** argv)
{
fprintf(pp, "%-16s", "Softmax");
}
else if (op == "Softplus")
{
fprintf(pp, "%-16s", "Softplus");
}
else if (op == "Split")
{
fprintf(pp, "%-16s", "Slice");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册