Removed pointer from ov::get_openvino_version (#8687)
* Removed pointer from ov::get_openvino_version * Fixed issues with version print * Clang-format
This commit is contained in:
@@ -586,7 +586,7 @@ int main(int argc, char* argv[]) {
|
||||
std::string deviceStr = useHetero && useGna ? "HETERO:GNA,CPU" : FLAGS_d.substr(0, (FLAGS_d.find("_")));
|
||||
|
||||
slog::info << "Device info: " << slog::endl;
|
||||
std::cout << ie.GetVersions(deviceStr) << std::endl;
|
||||
slog::info << ie.GetVersions(deviceStr) << slog::endl;
|
||||
// -----------------------------------------------------------------------------------------------------
|
||||
|
||||
// --------------------------- Step 2. Read a model in OpenVINO Intermediate Representation (.xml and .bin
|
||||
|
||||
Reference in New Issue
Block a user