From 8f79b340fc2f6c0577c11adbd28f822cc6fd6837 Mon Sep 17 00:00:00 2001 From: lmoneta Date: Sun, 3 Apr 2022 12:07:20 +0200 Subject: [PATCH] remove unneeeded include for lwtnn and ONNX benchmarks --- root/tmva/sofie/RDF_ONNXRuntime_Inference.cxx | 3 +-- root/tmva/sofie/RDF_lwtnn_Inference.cxx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/root/tmva/sofie/RDF_ONNXRuntime_Inference.cxx b/root/tmva/sofie/RDF_ONNXRuntime_Inference.cxx index fed96003..e8558b2a 100644 --- a/root/tmva/sofie/RDF_ONNXRuntime_Inference.cxx +++ b/root/tmva/sofie/RDF_ONNXRuntime_Inference.cxx @@ -1,4 +1,3 @@ -#include "higgs_model_dense.hxx" #include #include "TROOT.h" #include "TSystem.h" @@ -168,4 +167,4 @@ void BM_RDF_ONNX_Inference(benchmark::State &state) BENCHMARK(BM_RDF_ONNX_Inference)->Unit(benchmark::kMillisecond); -BENCHMARK_MAIN(); \ No newline at end of file +BENCHMARK_MAIN(); diff --git a/root/tmva/sofie/RDF_lwtnn_Inference.cxx b/root/tmva/sofie/RDF_lwtnn_Inference.cxx index 02b5489e..86865897 100644 --- a/root/tmva/sofie/RDF_lwtnn_Inference.cxx +++ b/root/tmva/sofie/RDF_lwtnn_Inference.cxx @@ -1,4 +1,3 @@ -#include "higgs_model_dense.hxx" #include #include "TROOT.h" #include "TSystem.h" @@ -108,4 +107,4 @@ void BM_RDF_LWTNN_Inference(benchmark::State &state) BENCHMARK(BM_RDF_LWTNN_Inference)->Unit(benchmark::kMillisecond); -BENCHMARK_MAIN(); \ No newline at end of file +BENCHMARK_MAIN();