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 f0cf999 commit a0f2f3dCopy full SHA for a0f2f3d
tmva/sofie/inc/TMVA/ROperator_Reduce.hxx
@@ -1,4 +1,3 @@
1
-
2
// #ifndef TMVA_SOFIE_ROPERATOR_Reduce
3
// #define TMVA_SOFIE_ROPERATOR_Reduce
4
@@ -298,4 +297,5 @@ public:
298
297
}//TMVA
299
300
301
-#endif //TMVA_SOFIE_ROPERATOR_Reduce
+#endif //TMVA_SOFIE_ROPERATOR_Reduce
+
tmva/sofie_parsers/src/RModelParser_ONNX.cxx
@@ -131,7 +131,7 @@ auto input_name = nodeproto.input(0);
131
132
std::unique_ptr<ROperator> op;
133
int attr_keepdims = 1;
134
- int attr_axis = 1;
+ int attr_axis = 1;
135
for (int_t i = 0; i < nodeproto.attribute_size(); i++) {
136
std::string attribute_name = nodeproto.attribute(i).name();
137
if (attribute_name == "keepdims")
0 commit comments