openvino.properties.intel_gpu.hint.__make_properties¶
- openvino.properties.intel_gpu.hint.__make_properties(source_module_of_properties: module, target_module_name: str) None ¶
Makes python properties in target module from functions found in the source module.
- Parameters
source_module_of_properties – the source module from which functions should be taken.
target_module_name – the name of the module to which properties are added.