Skip to content

Commit 9addffe

Browse files
committed
Test for Reduce Mean Operator added
1 parent aeaf2f4 commit 9addffe

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

tmva/sofie/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(ROOTTMVASofie
3131
TMVA/ROperator_Concat.hxx
3232
TMVA/ROperator_Identity.hxx
3333
TMVA/ROperator_Softmax.hxx
34+
TMVA/ROperator_Reduce.hxx
3435
TMVA/SOFIE_common.hxx
3536
TMVA/SOFIEHelpers.hxx
3637
SOURCES

tmva/sofie/inc/TMVA/OperatorList.hxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
#include "TMVA/ROperator_Identity.hxx"
1717
#include "TMVA/ROperator_Softmax.hxx"
1818
#include "TMVA/ROperator_Concat.hxx"
19+
#include "TMVA/ROperator_Reduce.hxx"

tmva/sofie/test/TestCustomModelsFromONNX.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@
2727
#include "Div_FromONNX.hxx"
2828
#include "input_models/references/Div.ref.hxx"
2929

30-
<<<<<<< HEAD
31-
=======
3230
#include "ReduceMean_FromONNX.hxx"
3331
#include "input_models/references/ReduceMean.ref.hxx"
3432

35-
>>>>>>> ad9c050ba9... Made changes in the Reduce Operator
3633
#include "LinearWithLeakyRelu_FromONNX.hxx"
3734
#include "input_models/references/LinearWithLeakyRelu.ref.hxx"
3835

0 commit comments

Comments
 (0)