Skip to content

Commit 79581e1

Browse files
committed
Removed debug prints
1 parent d7195fc commit 79581e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

root/tmva/sofie/SOFIEInferenceProfiler.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ static void BM_SOFIE_Inference(benchmark::State& state, std::string model_name)
3636
for (auto _ : state) {
3737
infer_func(input_ptr);
3838
}
39-
cout << TMVA_SOFIE_Linear_16::profiler_results.size() << endl;
40-
cout << TMVA_SOFIE_Linear_32::profiler_results.size() << endl;
41-
cout << TMVA_SOFIE_Linear_64::profiler_results.size() << endl;
4239
}
4340
BENCHMARK_CAPTURE(BM_SOFIE_Inference, Linear_16, "Linear_16");
4441
BENCHMARK_CAPTURE(BM_SOFIE_Inference, Linear_32, "Linear_32");

0 commit comments

Comments
 (0)