Skip to content

Commit 3bd940d

Browse files
author
Anna Grebneva
authored
Expanded set of suffixes for outputs in postprocess_output_name (#3447)
1 parent 8fb64b9 commit 3bd940d

File tree

1 file changed

+1
-1
lines changed
  • tools/accuracy_checker/openvino/tools/accuracy_checker

1 file changed

+1
-1
lines changed

tools/accuracy_checker/openvino/tools/accuracy_checker/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ def parse_partial_shape(partial_shape):
939939

940940

941941
def postprocess_output_name(
942-
output_name, outputs, suffix=('/sink_port_0', ':0'), additional_mapping=None, raise_error=True
942+
output_name, outputs, suffix=('/sink_port_0', ':0', '/sink_port_1'), additional_mapping=None, raise_error=True
943943
):
944944
suffixes = [suffix] if isinstance(suffix, str) else suffix
945945
outputs = outputs[0] if isinstance(outputs, list) else outputs

0 commit comments

Comments
 (0)