Skip to content

Commit fb48523

Browse files
committed
[tmva][sofie] Add new operators (COncat, softmax, identity) in operator lists and CMAke file
1 parent 3e7caa2 commit fb48523

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tmva/sofie/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ ROOT_STANDARD_LIBRARY_PACKAGE(ROOTTMVASofie
2727
TMVA/ROperator_Slice.hxx
2828
TMVA/ROperator_Transpose.hxx
2929
TMVA/ROperator_Pool.hxx
30+
TMVA/ROperator_Concat.hxx
31+
TMVA/ROperator_Identity.hxx
32+
TMVA/ROperator_Softmax.hxx
3033
TMVA/SOFIE_common.hxx
3134
SOURCES
3235
src/RModel.cxx

tmva/sofie/inc/TMVA/OperatorList.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212
#include "TMVA/ROperator_Reshape.hxx"
1313
#include "TMVA/ROperator_Slice.hxx"
1414
#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

Comments
 (0)