fix inputs/outputs order of openvino backend

This commit is contained in:
jiangjiajun
2022-09-08 05:29:51 +00:00
parent c6db239313
commit 35433ae2ce
3 changed files with 75 additions and 8 deletions

View File

@@ -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_;