7 lines
190 B
Python
7 lines
190 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2018-2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
from openvino.opset11.ops import interpolate
|
|
from openvino.opset11.ops import topk
|