We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93663e3 commit 8f79b34Copy full SHA for 8f79b34
root/tmva/sofie/RDF_ONNXRuntime_Inference.cxx
@@ -1,4 +1,3 @@
1
-#include "higgs_model_dense.hxx"
2
#include <iostream>
3
#include "TROOT.h"
4
#include "TSystem.h"
@@ -168,4 +167,4 @@ void BM_RDF_ONNX_Inference(benchmark::State &state)
168
167
169
BENCHMARK(BM_RDF_ONNX_Inference)->Unit(benchmark::kMillisecond);
170
171
-BENCHMARK_MAIN();
+BENCHMARK_MAIN();
root/tmva/sofie/RDF_lwtnn_Inference.cxx
@@ -108,4 +107,4 @@ void BM_RDF_LWTNN_Inference(benchmark::State &state)
108
107
109
110
BENCHMARK(BM_RDF_LWTNN_Inference)->Unit(benchmark::kMillisecond);
111
0 commit comments