Explorar o código

bugfix main.cpp

leon hai 5 meses
pai
achega
04e7d24488
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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;
 }