7 lines
282 B
Python
7 lines
282 B
Python
|
|
# type: ignore
|
||
|
|
from __future__ import annotations
|
||
|
|
from openvino._pyopenvino.properties import intel_auto as __intel_auto
|
||
|
|
from openvino._pyopenvino.properties.intel_auto import SchedulePolicy
|
||
|
|
from openvino.properties._properties import __make_properties
|
||
|
|
__all__ = ['SchedulePolicy']
|