Skip to content

Commit a0f2f3d

Browse files
committed
Reduce Operator axis attribute added
1 parent f0cf999 commit a0f2f3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tmva/sofie/inc/TMVA/ROperator_Reduce.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// #ifndef TMVA_SOFIE_ROPERATOR_Reduce
32
// #define TMVA_SOFIE_ROPERATOR_Reduce
43

@@ -298,4 +297,5 @@ public:
298297
}//TMVA
299298

300299

301-
#endif //TMVA_SOFIE_ROPERATOR_Reduce
300+
#endif //TMVA_SOFIE_ROPERATOR_Reduce
301+

tmva/sofie_parsers/src/RModelParser_ONNX.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ auto input_name = nodeproto.input(0);
131131

132132
std::unique_ptr<ROperator> op;
133133
int attr_keepdims = 1;
134-
int attr_axis = 1;
134+
int attr_axis = 1;
135135
for (int_t i = 0; i < nodeproto.attribute_size(); i++) {
136136
std::string attribute_name = nodeproto.attribute(i).name();
137137
if (attribute_name == "keepdims")

0 commit comments

Comments
 (0)