Home
last modified time | relevance | path

Searched defs:FrameSummary (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torch/_logging/
Dstructured.py45 def from_traceback(tb: Sequence[traceback.FrameSummary]) -> List[Dict[str, Any]]:
/external/pytorch/torch/onnx/_internal/diagnostics/infra/
Dutils.py11 def python_frame(frame: traceback.FrameSummary) -> _infra.StackFrame:
/external/tensorflow/tensorflow/python/util/
Dtf_stack.py186 FrameSummary = _tf_stack.StackFrame variable
/external/tensorflow/tensorflow/python/framework/
Derror_interpolation_test.py35 FrameSummary = collections.namedtuple( variable
/external/pytorch/torch/fx/
Dgraph_module.py320 def _generate_error_message(frame_summary: traceback.FrameSummary) -> str:
/external/python/cpython3/Lib/
Dtraceback.py276 class FrameSummary: class