This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
delete unused variables (
#3965
)
tags/20220701
moozae
GitHub
4 years ago
parent
f597619e94
commit
94ec06a8a5
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
tools/pnnx/src/ir.cpp
+ 0
- 1
tools/pnnx/src/ir.cpp
View File
@@ -2375,7 +2375,6 @@ int Graph::ncnn(const std::string& parampath, const std::string& binpath, const
}
}
bool is_type_flag_fp32 = false;
for (const auto& it : op->attrs)
{
// fprintf(paramfp, " @%s=", it.first.c_str());
Write
Preview
Loading…
Cancel
Save