20 lines
724 B
Python
20 lines
724 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2018-2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
from openvino.opset4.ops import acosh
|
|
from openvino.opset4.ops import asinh
|
|
from openvino.opset4.ops import atanh
|
|
from openvino.opset4.ops import ctc_loss
|
|
from openvino.opset4.ops import hswish
|
|
from openvino.opset4.ops import lstm_cell
|
|
from openvino.opset4.ops import mish
|
|
from openvino.opset4.ops import non_max_suppression
|
|
from openvino.opset4.ops import proposal
|
|
from openvino.opset4.ops import range
|
|
from openvino.opset4.ops import reduce_l1
|
|
from openvino.opset4.ops import reduce_l2
|
|
from openvino.opset4.ops import scatter_nd_update
|
|
from openvino.opset4.ops import softplus
|
|
from openvino.opset4.ops import swish
|