14 lines
495 B
Python
14 lines
495 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2018-2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
from openvino.opset9.ops import eye
|
|
from openvino.opset9.ops import generate_proposals
|
|
from openvino.opset9.ops import grid_sample
|
|
from openvino.opset9.ops import irdft
|
|
from openvino.opset9.ops import multiclass_nms
|
|
from openvino.opset9.ops import non_max_suppression
|
|
from openvino.opset9.ops import rdft
|
|
from openvino.opset9.ops import roi_align
|
|
from openvino.opset9.ops import softsign
|