We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f889090 commit c4b05b9Copy full SHA for c4b05b9
onnxruntime/test/autoep/library/example_plugin_ep_virt_gpu/ep.cc
@@ -204,7 +204,7 @@ OrtStatus* EpVirtualGpu::CreateEpContextNodes(gsl::span<const OrtNode*> fused_no
204
std::vector<std::string> value_names;
205
value_names.reserve(value_infos.size());
206
207
- for (const auto vi : value_infos) {
+ for (const auto& vi : value_infos) {
208
value_names.push_back(vi.GetName());
209
}
210
0 commit comments