Skip to content

Commit

Permalink
update opset
Browse files Browse the repository at this point in the history
  • Loading branch information
akuporos committed Sep 12, 2023
1 parent 428bd2d commit e75cb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/snippets/ov_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def custom_abs(output: Output):
.set_element_type(Type.u8)

# Also it is possible to insert some custom operations
import openvino.runtime.opset11 as ops
import openvino.runtime.opset12 as ops
from openvino.runtime import Output
from openvino.runtime.utils.decorators import custom_preprocess_function

Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/ov_python_exclusives.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from utils import get_path_to_model, get_path_to_image, get_image

#! [properties_example]
import openvino.runtime.opset11 as ops
import openvino.runtime.opset12 as ops

core = ov.Core()

Expand Down

0 comments on commit e75cb3b

Please sign in to comment.