9 lines
287 B
Python
9 lines
287 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2018-2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Properties
|
|
import openvino._pyopenvino.properties.intel_cpu as __intel_cpu
|
|
from openvino.properties._properties import __make_properties
|
|
__make_properties(__intel_cpu, __name__)
|