string tensorflow::Status::ToString() const Return a string representation of this status suitable for printing. Returns the string "OK" for success.
tensorflow::Status::Status() Create a success status.
string tensorflow::Status::State::msg
tensorflow::error::Code tensorflow::Status::State::code
Member Details tensorflow::error::Code tensorflow::Status::State::code string tensorflow::Status::State::msg
void tensorflow::Status::operator=(const Status &s)
bool tensorflow::Status::operator==(const Status &x) const
return tensorflow::Status::OK()
bool tensorflow::Status::ok() const Returns true iff the status indicates success.
const string& tensorflow::Status::error_message() const
Page 11 of 319