Skip to content

Commit aa31709

Browse files
TejalKhade28n1harika
authored andcommitted
Error in subgraph
1 parent e4f8acb commit aa31709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ std::vector<std::unique_ptr<ComputeCapability>> GetCapability::Execute() {
204204
cluster_inputs,
205205
cluster_outputs);
206206

207-
bool omit_subgraph = false;
207+
208208
// Omitting zero dim subgraphs
209209
for (auto index : this_cluster) {
210210
const Node* node = graph_viewer_.GetNode(index);

0 commit comments

Comments
 (0)