Home
last modified time | relevance | path

Searched refs:ErrorEvent (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/base/
Dlogging.ts42 export function reportError(err: ErrorEvent|PromiseRejectionEvent|{}) {
46 if (err instanceof ErrorEvent) {
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc67 class ErrorEvent : public GrpcEvent { class
69 explicit ErrorEvent(Status status) : GrpcEvent(EventId{0, 0}, nullptr) { in ErrorEvent() function in tpu_driver::__anon4073f9c10111::ErrorEvent
870 auto event = std::make_shared<ErrorEvent>( in LoadProgram()
907 return std::make_shared<ErrorEvent>( in ExecuteProgram()
918 return std::make_shared<ErrorEvent>(xla::InvalidArgument( in ExecuteProgram()
928 return std::make_shared<ErrorEvent>(xla::InvalidArgument( in ExecuteProgram()
Dpod_tpu_driver.cc64 class ErrorEvent : public PodEvent { class
66 explicit ErrorEvent(PodTpuDriver* driver, int64_t operation_id, Status status) in ErrorEvent() function in tpu_driver::__anon6b014a980111::ErrorEvent
934 return std::make_shared<ErrorEvent>( in CheckHandleExists()