10 lines
315 B
Python
10 lines
315 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
# Copyright (C) 2018-2025 Intel Corporation
|
||
|
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
|
||
|
|
from openvino.opset10.ops import interpolate
|
||
|
|
from openvino.opset10.ops import is_finite
|
||
|
|
from openvino.opset10.ops import is_inf
|
||
|
|
from openvino.opset10.ops import is_nan
|
||
|
|
from openvino.opset10.ops import unique
|