11 lines
332 B
Python
11 lines
332 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2018-2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
from openvino.opset7.ops import dft
|
|
from openvino.opset7.ops import einsum
|
|
from openvino.opset7.ops import gather
|
|
from openvino.opset7.ops import gelu
|
|
from openvino.opset7.ops import idft
|
|
from openvino.opset7.ops import roll
|