11 lines
361 B
Python
11 lines
361 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
# Copyright (C) 2018-2025 Intel Corporation
|
||
|
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
|
||
|
|
from openvino.opset2.ops import batch_to_space
|
||
|
|
from openvino.opset2.ops import gelu
|
||
|
|
from openvino.opset2.ops import mvn
|
||
|
|
from openvino.opset2.ops import reorg_yolo
|
||
|
|
from openvino.opset2.ops import roi_pooling
|
||
|
|
from openvino.opset2.ops import space_to_batch
|