Browse Source

apply code-format changes

tags/20220216
nihui GitHub Actions 4 years ago
parent
commit
2c56b2f47e
1 changed files with 1 additions and 1 deletions
  1. +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");



Loading…
Cancel
Save