File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
#pragma once
18
- #include < stdint.h> // for uint32_t
18
+ #include < stdint.h>
19
19
20
- #include < map> // for map
21
- #include < set> // for set
22
- #include < string> // for string
20
+ #include < map>
21
+ #include < set>
22
+ #include < string>
23
23
24
- #include < openvino/openvino.hpp> // for AnyMap
24
+ #include < openvino/openvino.hpp>
25
25
26
26
struct ModelConfig {
27
27
std::string deviceName;
Original file line number Diff line number Diff line change 16
16
17
17
#include " utils/config_factory.h"
18
18
19
- #include < set> // for set, set<>::iterator
20
- #include < string> // for string, operator==, basic_string
21
- #include < utility> // for pair
22
- #include < vector> // for vector
19
+ #include < set>
20
+ #include < string>
21
+ #include < utility>
22
+ #include < vector>
23
23
24
- #include < openvino/runtime/intel_gpu/properties.hpp> // for intel_gpu properties
24
+ #include < openvino/runtime/intel_gpu/properties.hpp>
25
25
26
- #include " utils/args_helper.hpp" // for parseDevices, parseValuePerDevice
26
+ #include " utils/args_helper.hpp"
27
27
28
28
std::set<std::string> ModelConfig::getDevices () {
29
29
if (devices.empty ()) {
You can’t perform that action at this time.
0 commit comments