Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Devices Investigations

RobsonEsteves
新手
1,066 次查看

Hi all,

I'm using the main API functionalities devoted to provide HW (GPU and CPU) characteristics.

Using the code below:

ie.get_metric(metric_name="SUPPORTED_METRICS", device_name="GPU")

It was possible to get several GPU characteristics like: OPTIMIZATION_CAPABILITIES', 'SUPPORTED_CONFIG_KEYS',   'RANGE_FOR_ASYNC_INFER_REQUESTS etc.

 

My doubts are:

1) Where (in the documentation) is it possible to find the explanation about each one these characteristics (for GPU and CPU , too)?

 

2) Specifically, for this characteristic  'RANGE_FOR_ASYNC_INFER_REQUESTS , the information obtained was:

For GPU: 

(1, 2, 1)

For CPU:

(1, 1, 1)

Which means these values?

 

BR,

Robson

 

 

1 解答
Wan_Intel
主持人
1,013 次查看

Hi RobsonEsteves,

Thanks for reaching out to us.

Detailed Metrics documentation is available at namespace InferenceEngine::Metrics.

Information on RANGE_FOR_ASYNC_INFER_REQUESTS is available here.

 

 

Regards,

Wan

 

在原帖中查看解决方案

0 项奖励
2 回复数
Wan_Intel
主持人
1,014 次查看

Hi RobsonEsteves,

Thanks for reaching out to us.

Detailed Metrics documentation is available at namespace InferenceEngine::Metrics.

Information on RANGE_FOR_ASYNC_INFER_REQUESTS is available here.

 

 

Regards,

Wan

 

0 项奖励
Wan_Intel
主持人
933 次查看

Hi RobsonEsteves,

Thanks for your question.

If you need additional information from Intel, please submit a new question as this thread will no longer be monitored.

 

 

Regards,

Wan

 

0 项奖励
回复