Skip to content

Commit 9fac136

Browse files
committed
Test for Reduce Mean Operator added
1 parent 63c1f51 commit 9fac136

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

tmva/sofie/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(ROOTTMVASofie
3333
TMVA/ROperator_Concat.hxx
3434
TMVA/ROperator_Identity.hxx
3535
TMVA/ROperator_Softmax.hxx
36+
TMVA/ROperator_Reduce.hxx
3637
TMVA/SOFIE_common.hxx
3738
TMVA/SOFIEHelpers.hxx
3839
SOURCES

tmva/sofie/inc/TMVA/OperatorList.hxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
#include "TMVA/ROperator_Identity.hxx"
1919
#include "TMVA/ROperator_Softmax.hxx"
2020
#include "TMVA/ROperator_Concat.hxx"
21+
#include "TMVA/ROperator_Reduce.hxx"

tmva/sofie/test/TestCustomModelsFromONNX.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "Div_FromONNX.hxx"
2828
#include "input_models/references/Div.ref.hxx"
2929

30-
3130
#include "Neg_FromONNX.hxx"
3231
#include "input_models/references/Neg.ref.hxx"
3332

0 commit comments

Comments
 (0)