We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2507a17 commit ec3d4c7Copy full SHA for ec3d4c7
1 file changed
fastdeploy/fastdeploy_model.h
@@ -47,7 +47,7 @@ class FASTDEPLOY_DECL FastDeployModel {
47
std::vector<Backend> valid_timvx_backends = {};
48
/** Model's valid directml backends. This member defined all the onnxruntime directml backends have successfully tested for the model
49
*/
50
- std::vector<Backend> valid_directml_backends = {};
+ std::vector<Backend> valid_directml_backends = {Backend::ORT};
51
/** Model's valid ascend backends. This member defined all the cann backends have successfully tested for the model
52
53
std::vector<Backend> valid_ascend_backends = {};
0 commit comments