Browse Source

delete unused variables (#3965)

tags/20220701
moozae GitHub 4 years ago
parent
commit
94ec06a8a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +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());


Loading…
Cancel
Save