Home
last modified time | relevance | path

Searched defs:TraceError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/tracing/
H A Dtracing_span.h242 ABSL_MUST_USE_RESULT Error TraceError(Arg&&... args) { in TraceError() function
/aosp_15_r20/external/federated-compute/fcp/tracing/test/
H A Dtracing_test.cc319 TEST(Tracing, TraceError) { in TEST() argument
/aosp_15_r20/external/pytorch/torch/fx/
H A Dproxy.py360 class TraceError(ValueError): class