initial commit
This commit is contained in:
14
venv/lib/python3.11/site-packages/cv2/ipp/__init__.pyi
Normal file
14
venv/lib/python3.11/site-packages/cv2/ipp/__init__.pyi
Normal file
@@ -0,0 +1,14 @@
|
||||
__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: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user