Skip to content

Commit e3548d0

Browse files
committed
Don't include initializers in compute capability
1 parent e354009 commit e3548d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

onnxruntime/core/providers/openvino/ov_versions/capability.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ std::vector<std::unique_ptr<ComputeCapability>> GetCapability::Execute() {
126126
}
127127
}
128128

129-
// Initializers need to be part of meta_def->inputs
130-
Iterable2String(inputs, ng_required_initializers);
131-
132129
// Fill outputs with names
133130
Iterable2String(outputs, graph_viewer_.GetOutputs());
134131

0 commit comments

Comments
 (0)