Explorar el Código

添加部分注释

leon hace 7 meses
padre
commit
b876ab4bf7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main.cpp

+ 1 - 0
src/main.cpp

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