Skip to content

Commit

Permalink
Fix read_value operation version in python API for opsets7-13
Browse files Browse the repository at this point in the history
  • Loading branch information
itikhono committed Oct 25, 2023
1 parent abb9c7d commit 15bfeda
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
from openvino.runtime.opset1.ops import range
from openvino.runtime.opset8.ops import random_uniform
from openvino.runtime.opset9.ops import rdft
from openvino.runtime.opset3.ops import read_value
from openvino.runtime.opset6.ops import read_value
from openvino.runtime.opset4.ops import reduce_l1
from openvino.runtime.opset4.ops import reduce_l2
from openvino.runtime.opset1.ops import reduce_logical_and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
from openvino.runtime.opset1.ops import range
from openvino.runtime.opset8.ops import random_uniform
from openvino.runtime.opset9.ops import rdft
from openvino.runtime.opset3.ops import read_value
from openvino.runtime.opset6.ops import read_value
from openvino.runtime.opset4.ops import reduce_l1
from openvino.runtime.opset4.ops import reduce_l2
from openvino.runtime.opset1.ops import reduce_logical_and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
from openvino.runtime.opset4.ops import range
from openvino.runtime.opset8.ops import random_uniform
from openvino.runtime.opset9.ops import rdft
from openvino.runtime.opset3.ops import read_value
from openvino.runtime.opset6.ops import read_value
from openvino.runtime.opset4.ops import reduce_l1
from openvino.runtime.opset4.ops import reduce_l2
from openvino.runtime.opset1.ops import reduce_logical_and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
from openvino.runtime.opset4.ops import range
from openvino.runtime.opset8.ops import random_uniform
from openvino.runtime.opset9.ops import rdft
from openvino.runtime.opset3.ops import read_value
from openvino.runtime.opset6.ops import read_value
from openvino.runtime.opset4.ops import reduce_l1
from openvino.runtime.opset4.ops import reduce_l2
from openvino.runtime.opset1.ops import reduce_logical_and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
from openvino.runtime.opset1.ops import psroi_pooling
from openvino.runtime.opset4.ops import proposal
from openvino.runtime.opset1.ops import range
from openvino.runtime.opset3.ops import read_value
from openvino.runtime.opset6.ops import read_value
from openvino.runtime.opset4.ops import reduce_l1
from openvino.runtime.opset4.ops import reduce_l2
from openvino.runtime.opset1.ops import reduce_logical_and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
from openvino.runtime.opset4.ops import proposal
from openvino.runtime.opset1.ops import range
from openvino.runtime.opset8.ops import random_uniform
from openvino.runtime.opset3.ops import read_value
from openvino.runtime.opset6.ops import read_value
from openvino.runtime.opset4.ops import reduce_l1
from openvino.runtime.opset4.ops import reduce_l2
from openvino.runtime.opset1.ops import reduce_logical_and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
from openvino.runtime.opset1.ops import range
from openvino.runtime.opset8.ops import random_uniform
from openvino.runtime.opset9.ops import rdft
from openvino.runtime.opset3.ops import read_value
from openvino.runtime.opset6.ops import read_value
from openvino.runtime.opset4.ops import reduce_l1
from openvino.runtime.opset4.ops import reduce_l2
from openvino.runtime.opset1.ops import reduce_logical_and
Expand Down

0 comments on commit 15bfeda

Please sign in to comment.