Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc219 TF_RETURN_IF_ERROR(first_error_); in GetShapePtr()
254 if (first_error_.ok()) { in ReportError()
255 first_error_ = error; in ReportError()
262 if (!first_error_.ok()) { in ReportErrorOrReturn()
277 TF_RETURN_IF_ERROR(first_error_); in GetProgramShape()
435 if (!first_error_.ok()) { in GetCurrentStatus()
438 return AppendStatus(first_error_, backtrace); in GetCurrentStatus()
553 TF_RETURN_IF_ERROR(first_error_); in InDimBroadcast()
566 TF_RETURN_IF_ERROR(first_error_); in AddBroadcastSequence()
942 TF_RETURN_IF_ERROR(first_error_); in ReshapeInternal()
[all …]
Dxla_builder.h330 Status first_error() const { return first_error_; } in first_error()
1003 Status first_error_; variable