Browse Source

完善测试

leon 5 months ago
parent
commit
9a348ed79d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main.cpp

+ 1 - 0
src/main.cpp

@@ -53,6 +53,7 @@ void single_inference() {
 int main() {
   // [BATCH1]: 0.48650 ms
   single_inference();
+  // [BATCH1]: 0.49974 ms
   perf();
   return 0;
 }