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