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 e354009 commit e3548d0Copy full SHA for e3548d0
onnxruntime/core/providers/openvino/ov_versions/capability.cc
@@ -126,9 +126,6 @@ std::vector<std::unique_ptr<ComputeCapability>> GetCapability::Execute() {
126
}
127
128
129
- // Initializers need to be part of meta_def->inputs
130
- Iterable2String(inputs, ng_required_initializers);
131
-
132
// Fill outputs with names
133
Iterable2String(outputs, graph_viewer_.GetOutputs());
134
0 commit comments