void tensorflow::Status::operator=(const Status &s)
bool tensorflow::Status::operator==(const Status &x) const
tensorflow::error::Code tensorflow::Status::code() const
const string& tensorflow::Status::error_message() const
return tensorflow::Status::OK()
Member Details tensorflow::Status::Status() Create a success status.
void tensorflow::Status::Update(const Status &new_status) If ok(), stores new_status into *this
tensorflow::Status::Status() Create a success status.
bool tensorflow::Status::ok() const Returns true iff the status indicates success.
string tensorflow::Status::ToString() const Return a string representation of this status suitable for printing. Returns the string