mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-19 23:16:15 +08:00
fix: valid_directml_backends
This commit is contained in:
@@ -47,7 +47,7 @@ class FASTDEPLOY_DECL FastDeployModel {
|
||||
std::vector<Backend> valid_timvx_backends = {};
|
||||
/** Model's valid directml backends. This member defined all the onnxruntime directml backends have successfully tested for the model
|
||||
*/
|
||||
std::vector<Backend> valid_directml_backends = {};
|
||||
std::vector<Backend> valid_directml_backends = {Backend::ORT};
|
||||
/** Model's valid ascend backends. This member defined all the cann backends have successfully tested for the model
|
||||
*/
|
||||
std::vector<Backend> valid_ascend_backends = {};
|
||||
|
Reference in New Issue
Block a user