mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-10 11:00:19 +08:00
fix inputs/outputs order of openvino backend
This commit is contained in:
@@ -54,7 +54,7 @@ class OpenVINOBackend : public BaseBackend {
|
||||
|
||||
private:
|
||||
void InitTensorInfo(const std::vector<ov::Output<ov::Node>>& ov_outputs,
|
||||
std::vector<TensorInfo>* tensor_infos);
|
||||
std::map<std::string, TensorInfo>* tensor_infos);
|
||||
ov::Core core_;
|
||||
ov::CompiledModel compiled_model_;
|
||||
ov::InferRequest request_;
|
||||
|
Reference in New Issue
Block a user