aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-11-14 11:57:40 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-14 12:14:29 -0800
commit6408777b225b742720fb6575addd3643fc57f0b1 (patch)
tree139871a5476289add0dacabdef8e678183ecd30d
parenta2c3dab386857cd4fe63990c6bb3aa791e3fcaf3 (diff)
[tpu:profiler] Add matrix unit utilization to TfOpStats.
PiperOrigin-RevId: 175713542
-rw-r--r--tensorflow/contrib/tpu/profiler/tf_op_stats.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/tpu/profiler/tf_op_stats.proto b/tensorflow/contrib/tpu/profiler/tf_op_stats.proto
index d8ee243790..2d2207a43f 100644
--- a/tensorflow/contrib/tpu/profiler/tf_op_stats.proto
+++ b/tensorflow/contrib/tpu/profiler/tf_op_stats.proto
@@ -124,4 +124,6 @@ message TfOpStats {
optional LoopingResult looping = 4;
// The result for the HloExtraInfoMap.
optional HloExtraInfoMapResult hlo_extrainfo_map = 5;
+ // Overall matrix unit utilization in percentage.
+ optional double matrix_unit_utilization_percent = 6;
}