seitoku's picture
Upload folder using huggingface_hub
ba8d952 verified
raw
history blame contribute delete
214 Bytes
import typing
# Functions
def getIppVersion() -> str: ...
def setUseIPP(flag: bool) -> None: ...
def setUseIPP_NotExact(flag: bool) -> None: ...
def useIPP() -> bool: ...
def useIPP_NotExact() -> bool: ...