Browse Source

pooling_x86_unused_opt (#2565)

tags/20210124
ncnnnnn GitHub 5 years ago
parent
commit
f1c19c1090
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/layer/x86/pooling_x86.cpp

+ 1
- 1
src/layer/x86/pooling_x86.cpp View File

@@ -39,7 +39,7 @@ Pooling_x86::Pooling_x86()
#endif // __SSE2__
}

int Pooling_x86::create_pipeline(const Option& _opt)
int Pooling_x86::create_pipeline(const Option& /*opt*/)
{
if (adaptive_pooling)
{


Loading…
Cancel
Save