aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tpu
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-28 11:28:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-28 11:32:31 -0700
commit90aa10fcf5c80591b31988754e6221d6c2b8bbd0 (patch)
tree6d2b0f1e425d6b71249737b6779fc450b527052c /tensorflow/contrib/tpu
parent1a834d3aa84ba47afe39c22fffd60d03ca151d30 (diff)
internal change only
PiperOrigin-RevId: 214967868
Diffstat (limited to 'tensorflow/contrib/tpu')
-rw-r--r--tensorflow/contrib/tpu/profiler/capture_tpu_profile.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/contrib/tpu/profiler/capture_tpu_profile.cc b/tensorflow/contrib/tpu/profiler/capture_tpu_profile.cc
index b498599962..8e6e9aa0cd 100644
--- a/tensorflow/contrib/tpu/profiler/capture_tpu_profile.cc
+++ b/tensorflow/contrib/tpu/profiler/capture_tpu_profile.cc
@@ -156,8 +156,7 @@ bool NewSession(const string& service_addr,
channel_args));
NewProfileSessionResponse new_session_response;
TF_QCHECK_OK(FromGrpcStatus(
- stub->NewSession(&context, new_session_request, &new_session_response)))
- << new_session_response.error_message();
+ stub->NewSession(&context, new_session_request, &new_session_response)));
std::cout << "Profile session succeed for host(s):"
<< str_util::Join(hostnames, ",") << std::endl;