aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Reed Wanderman-Milne <reedwm@google.com>2018-07-17 15:03:38 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-17 15:07:54 -0700
commite56a5b8ec24bb3d3b9073bb6fcbaf57c70fcecb6 (patch)
tree817fef2318b995ae5523f022726f2ca53c1e74d6 /tensorflow/core/public
parentdae05946b74222880fd4bf731ea5c8feab4e37c6 (diff)
Automated rollback of commit 2936833c7e22c102ff2b82e3f4e261b94602fbcc
PiperOrigin-RevId: 204981602
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 d58c877cfd..cc8596ef3d 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.
+/// function will return an error status and set *out_session to nullptr.
Status NewSession(const SessionOptions& options, Session** out_session);
/// \brief Resets resource containers associated with a target.