Home
last modified time | relevance | path

Searched defs:format_frame (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/utils/
D_traceback.py146 def format_frame(frame, *, base=None, line=False): function
/external/pytorch/tools/flight_recorder/components/
Dutils.py26 def format_frame(frame: Dict[str, str]) -> str: function