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 e264646 commit 3a899bfCopy full SHA for 3a899bf
tmva/sofie/src/RModel.cxx
@@ -969,7 +969,6 @@ void RModel::GenerateSessionCode()
969
fGC += "}\n\n";
970
}
971
972
-<<<<<<< HEAD
973
fGC += SP + "using TMVA::Experimental::SOFIE::UTILITY::FillOutput;\n\n";
974
975
for (std::string const &name : fOutputTensorNames) {
@@ -983,9 +982,7 @@ void RModel::GenerateSessionCode()
983
982
984
985
986
-=======
987
->>>>>>> 03b52f574c (Profiler code generation)
988
- // generate the inference overload that returns an output struct
+ // generate the inference overload that returns an output struct
989
GenerateOutput();
990
991
// end of session
0 commit comments