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 7f5720a commit ded230dCopy full SHA for ded230d
Tools/ML/MlResponse.h
@@ -17,14 +17,14 @@
17
#ifndef TOOLS_ML_MLRESPONSE_H_
18
#define TOOLS_ML_MLRESPONSE_H_
19
20
+#include "Tools/ML/model.h"
21
+
22
#if __has_include(<onnxruntime/core/session/onnxruntime_cxx_api.h>)
23
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>
24
#else
25
#include <onnxruntime_cxx_api.h>
26
#endif
27
-#include "Tools/ML/model.h"
-
28
#include <CCDB/CcdbApi.h>
29
#include <Framework/Array2D.h>
30
#include <Framework/Logger.h>
0 commit comments