aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tpu
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-13 09:23:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-13 09:29:42 -0700
commit5dafd113d9fa1b9fb3e16406946db3117d9bb70a (patch)
tree7c8252a8fa98fdc0cebc2d9f76f94d6260a6294d /tensorflow/contrib/tpu
parentbdda02d4b9869c6c6c751ab81e0bef60766d0ef2 (diff)
Upgrade cloud tpu profiler to 1.10.
PiperOrigin-RevId: 208491690
Diffstat (limited to 'tensorflow/contrib/tpu')
-rw-r--r--tensorflow/contrib/tpu/profiler/pip_package/setup.py2
-rw-r--r--tensorflow/contrib/tpu/profiler/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/tpu/profiler/pip_package/setup.py b/tensorflow/contrib/tpu/profiler/pip_package/setup.py
index 19f088f8b8..d4ccb0f246 100644
--- a/tensorflow/contrib/tpu/profiler/pip_package/setup.py
+++ b/tensorflow/contrib/tpu/profiler/pip_package/setup.py
@@ -20,7 +20,7 @@ from __future__ import print_function
from setuptools import setup
-_VERSION = '1.9.0'
+_VERSION = '1.10.0'
CONSOLE_SCRIPTS = [
'capture_tpu_profile=cloud_tpu_profiler.main:run_main',
diff --git a/tensorflow/contrib/tpu/profiler/version.h b/tensorflow/contrib/tpu/profiler/version.h
index 1bf49966d1..aee094177b 100644
--- a/tensorflow/contrib/tpu/profiler/version.h
+++ b/tensorflow/contrib/tpu/profiler/version.h
@@ -16,6 +16,6 @@ limitations under the License.
#ifndef TENSORFLOW_CONTRIB_TPU_PROFILER_VERSION_H_
#define TENSORFLOW_CONTRIB_TPU_PROFILER_VERSION_H_
-#define TPU_PROFILER_VERSION "1.9.0"
+#define TPU_PROFILER_VERSION "1.10.0"
#endif // TENSORFLOW_CONTRIB_TPU_PROFILER_VERSION_H_