Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
panhaiqi committed Feb 28, 2024
1 parent 25990a3 commit 5ae982c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/plugins/auto/src/auto_compiled_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ ov::Any AutoCompiledModel::get_property(const std::string& name) const {
std::vector<ov::PropertyName> rw_properties{};
return rw_properties;
};
const auto& to_string_vector = [](const std::vector<ov::PropertyName>& properties) {
std::vector<std::string> ret;
for (const auto& property : properties) {
ret.emplace_back(property);
}
return ret;
};
if (name == ov::supported_properties || name == ov::enable_profiling) {
auto ro_properties = default_ro_properties();
auto rw_properties = default_rw_properties();
Expand Down

0 comments on commit 5ae982c

Please sign in to comment.