File size: 223 Bytes
4d6542f
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
__all__: list[str] = []

# Functions
def getIppVersion() -> str: ...

def setUseIPP(flag: bool) -> None: ...

def setUseIPP_NotExact(flag: bool) -> None: ...

def useIPP() -> bool: ...

def useIPP_NotExact() -> bool: ...