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
Novice
657 Views

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 Solution
Wan_Intel
Moderator
604 Views

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

 

View solution in original post

0 Kudos
2 Replies
Wan_Intel
Moderator
605 Views

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 Kudos
Wan_Intel
Moderator
524 Views

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 Kudos
Reply