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 63c1f51 commit 9fac136Copy full SHA for 9fac136
tmva/sofie/CMakeLists.txt
@@ -33,6 +33,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(ROOTTMVASofie
33
TMVA/ROperator_Concat.hxx
34
TMVA/ROperator_Identity.hxx
35
TMVA/ROperator_Softmax.hxx
36
+ TMVA/ROperator_Reduce.hxx
37
TMVA/SOFIE_common.hxx
38
TMVA/SOFIEHelpers.hxx
39
SOURCES
tmva/sofie/inc/TMVA/OperatorList.hxx
@@ -18,3 +18,4 @@
18
#include "TMVA/ROperator_Identity.hxx"
19
#include "TMVA/ROperator_Softmax.hxx"
20
#include "TMVA/ROperator_Concat.hxx"
21
+#include "TMVA/ROperator_Reduce.hxx"
tmva/sofie/test/TestCustomModelsFromONNX.cxx
@@ -27,7 +27,6 @@
27
#include "Div_FromONNX.hxx"
28
#include "input_models/references/Div.ref.hxx"
29
30
-
31
#include "Neg_FromONNX.hxx"
32
#include "input_models/references/Neg.ref.hxx"
0 commit comments