Home
last modified time | relevance | path

Searched refs:first_error_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc217 TF_RETURN_IF_ERROR(first_error_); in GetShapePtr()
291 if (first_error_.ok()) { in ReportError()
292 first_error_ = error; in ReportError()
299 if (!first_error_.ok()) { in ReportErrorOrReturn()
314 TF_RETURN_IF_ERROR(first_error_); in GetProgramShape()
498 if (!first_error_.ok()) { in GetCurrentStatus()
501 return AppendStatus(first_error_, backtrace); in GetCurrentStatus()
616 TF_RETURN_IF_ERROR(first_error_); in InDimBroadcast()
629 TF_RETURN_IF_ERROR(first_error_); in AddBroadcastSequence()
1008 TF_RETURN_IF_ERROR(first_error_); in ReshapeInternal()
[all …]
H A Dxla_builder.h326 Status first_error() const { return first_error_; } in first_error()
1037 Status first_error_; variable