xref: /aosp_15_r20/external/pytorch/torch/_C/_nvtx.pyi (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1# mypy: allow-untyped-defs
2# Defined in torch/csrc/cuda/shared/nvtx.cpp
3def rangePushA(message: str) -> int: ...
4def rangePop() -> int: ...
5def rangeStartA(message: str) -> int: ...
6def rangeEnd(int) -> None: ...
7def markA(message: str) -> None: ...
8