7 lines
159 B
Python
7 lines
159 B
Python
# Copyright (C) 2018-2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# flake8: noqa
|
|
|
|
from openvino.helpers.packing import pack_data, unpack_data
|