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 3e7caa2 commit fb48523Copy full SHA for fb48523
tmva/sofie/CMakeLists.txt
@@ -27,6 +27,9 @@ ROOT_STANDARD_LIBRARY_PACKAGE(ROOTTMVASofie
27
TMVA/ROperator_Slice.hxx
28
TMVA/ROperator_Transpose.hxx
29
TMVA/ROperator_Pool.hxx
30
+ TMVA/ROperator_Concat.hxx
31
+ TMVA/ROperator_Identity.hxx
32
+ TMVA/ROperator_Softmax.hxx
33
TMVA/SOFIE_common.hxx
34
SOURCES
35
src/RModel.cxx
tmva/sofie/inc/TMVA/OperatorList.hxx
@@ -12,3 +12,6 @@
12
#include "TMVA/ROperator_Reshape.hxx"
13
#include "TMVA/ROperator_Slice.hxx"
14
#include "TMVA/ROperator_GRU.hxx"
15
+#include "TMVA/ROperator_Identity.hxx"
16
+#include "TMVA/ROperator_Softmax.hxx"
17
+#include "TMVA/ROperator_Concat.hxx"
0 commit comments