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