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 e4f8acb commit aa31709Copy full SHA for aa31709
onnxruntime/core/providers/openvino/ov_versions/capability.cc
@@ -204,7 +204,7 @@ std::vector<std::unique_ptr<ComputeCapability>> GetCapability::Execute() {
204
cluster_inputs,
205
cluster_outputs);
206
207
- bool omit_subgraph = false;
+
208
// Omitting zero dim subgraphs
209
for (auto index : this_cluster) {
210
const Node* node = graph_viewer_.GetNode(index);
0 commit comments