We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99100c8 commit d5751c8Copy full SHA for d5751c8
onnxruntime/python/onnxruntime_pybind_state_common.h
@@ -24,7 +24,7 @@ struct OrtStatus {
24
char msg[1]; // a null-terminated string
25
};
26
27
-#define BACKEND_DEVICE BACKEND_PROC BACKEND_DNNL BACKEND_OPENVINO BACKEND_TVM BACKEND_OPENBLAS BACKEND_MIGRAPHX BACKEND_ACL BACKEND_ARMNN BACKEND_DML BACKEND_CANN BACKEND_WEBGPU
+#define BACKEND_DEVICE BACKEND_PROC BACKEND_DNNL BACKEND_OPENVINO BACKEND_OPENBLAS BACKEND_MIGRAPHX BACKEND_ACL BACKEND_ARMNN BACKEND_DML BACKEND_CANN BACKEND_WEBGPU
28
#include "core/session/onnxruntime_cxx_api.h"
29
#include "core/providers/providers.h"
30
#include "core/providers/provider_factory_creators.h"
0 commit comments