Skip to content

Commit 7c1720d

Browse files
committed
remove useless change
1 parent 3c1c4c3 commit 7c1720d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/openvino/ov_stateful_patch_utils.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ void MakeStateful(std::shared_ptr<ov::Model>& ov_model,
137137
void PatchStatefulDecoder(std::shared_ptr<ov::Model> model) {
138138
std::vector<std::string> key_value_input_names;
139139
std::vector<std::string> not_kv_inputs;
140-
141140
for (const ov::Output<ov::Node>& input : model->inputs()) {
142141
auto& names = input.get_names();
143142

@@ -157,6 +156,7 @@ void PatchStatefulDecoder(std::shared_ptr<ov::Model> model) {
157156
break;
158157
}
159158
}
159+
160160
if (!found) {
161161
not_kv_inputs.push_back(input.get_any_name());
162162
}

0 commit comments

Comments
 (0)