aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Reed Wanderman-Milne <reedwm@google.com>2018-07-13 16:14:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-13 16:21:34 -0700
commit2936833c7e22c102ff2b82e3f4e261b94602fbcc (patch)
tree402365cd196f8ad2d62b9f600302a047587598e0 /tensorflow/core/public
parentb3137565ac28ca6cd9f17342cb4213206e7ec5c8 (diff)
Automated rollback of commit d98b99d1cd4337ee11e7cbc4c9b6324f0e381502
PiperOrigin-RevId: 204544587
Diffstat (limited to 'tensorflow/core/public')
-rw-r--r--tensorflow/core/public/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/public/session.h b/tensorflow/core/public/session.h
index cc8596ef3d..d58c877cfd 100644
--- a/tensorflow/core/public/session.h
+++ b/tensorflow/core/public/session.h
@@ -237,7 +237,7 @@ class Session {
/// If session creation succeeds, the new `Session` will be stored in
/// `*out_session`, the caller will take ownership of the returned
/// `*out_session`, and this function will return `OK()`. Otherwise, this
-/// function will return an error status and set *out_session to nullptr.
+/// function will return an error status.
Status NewSession(const SessionOptions& options, Session** out_session);
/// \brief Resets resource containers associated with a target.