aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-12-15 18:22:06 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-15 18:25:44 -0800
commit7aa64c7ccbb0e09b5ff196109c15eb63bdc185b4 (patch)
treef990fb458a98b311d3696f912fab52d25dc775ce
parent90e42f3ac8c43474633136af4242dca04b6a1e09 (diff)
[tpu:profiler] Remove unused fields in ProfileResponse.
PiperOrigin-RevId: 179264385
-rw-r--r--tensorflow/contrib/tpu/profiler/tpu_profiler.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/tpu/profiler/tpu_profiler.proto b/tensorflow/contrib/tpu/profiler/tpu_profiler.proto
index 9c3fd45fd1..bf30d2ce09 100644
--- a/tensorflow/contrib/tpu/profiler/tpu_profiler.proto
+++ b/tensorflow/contrib/tpu/profiler/tpu_profiler.proto
@@ -40,7 +40,7 @@ message ProfileToolData {
}
message ProfileResponse {
- uint64 xprof_response_size = 1; // Placeholder: return something meaningful.
+ reserved 1; // was uint64 placeholder for returning something meaningful.
// Graphs of programs executed on TPUs during the profiling period.
repeated GraphDef computation_graph = 2;