ai-content-maker/.venv/Lib/site-packages/torch/_C/_nvtx.pyi

7 lines
223 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
# Defined in torch/csrc/cuda/shared/nvtx.cpp
def rangePushA(message: str) -> int: ...
def rangePop() -> int: ...
def rangeStartA(message: str) -> int: ...
def rangeEnd(int) -> None: ...
def markA(message: str) -> None: ...