Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/
H A Ddiagnostics.py206 RuntimeErrorWithDiagnostic = infra.RuntimeErrorWithDiagnostic variable
/aosp_15_r20/external/pytorch/torch/onnx/_internal/diagnostics/infra/
H A Dcontext.py253 class RuntimeErrorWithDiagnostic(RuntimeError): class