Home
last modified time | relevance | path

Searched refs:get_cpp_backtrace (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/
H A Dcpp_backtrace.py4 def get_cpp_backtrace(frames_to_skip=0, maximum_number_of_frames=64) -> str: function
H A D__init__.py19 from torch.utils.cpp_backtrace import get_cpp_backtrace
/aosp_15_r20/external/pytorch/torch/onnx/_internal/diagnostics/
H A D_diagnostic.py30 frames = cpp_backtrace.get_cpp_backtrace(frames_to_skip, frames_to_log).split("\n")
/aosp_15_r20/external/pytorch/docs/source/
H A Dutils.rst12 get_cpp_backtrace