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
apply code-format changes
tags/20220216
nihui
GitHub Actions
4 years ago
parent
a3aea3fe99
commit
2c56b2f47e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/pnnx/src/pass_level1/nn_quantized_Linear.cpp
+ 1
- 1
tools/pnnx/src/pass_level1/nn_quantized_Linear.cpp
View File
@@ -103,7 +103,7 @@ public:
{
// mod.dump(true, false, false);
graph->dump();
graph->dump();
const torch::jit::Node* quantized_linear = find_node_by_kind(graph, "quantized::linear_relu");
Write
Preview
Loading…
Cancel
Save