pytorch/torch/_C/_nvtx.pyi
2024-06-08 18:16:33 +00:00

8 lines
250 B
Python

# mypy: allow-untyped-defs
# 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: ...