mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fixes https://github.com/pytorch/pytorch/pull/84848#discussion_r986329680 @malfet @slgong-fb Pull Request resolved: https://github.com/pytorch/pytorch/pull/86199 Approved by: https://github.com/malfet
6 lines
169 B
Python
6 lines
169 B
Python
# Defined in torch/csrc/itt.cpp
|
|
def is_available() -> None: ...
|
|
def rangePush(message: str) -> None: ...
|
|
def rangePop() -> None: ...
|
|
def mark(message: str) -> None: ...
|