ソースを参照

bugfix main.cpp

leon 5 ヶ月 前
コミット
04e7d24488
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/main.cpp

+ 0 - 2
src/main.cpp

@@ -20,8 +20,6 @@ void single_inference() {
 }
 
 int main() {
-  perf();
-  batch_inference();
   single_inference();
   return 0;
 }