[tpu:profiler] Add a new field to the statistics collected at each step.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 29 May 2018 18:13:36 +0000 (11:13 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 29 May 2018 18:17:58 +0000 (11:17 -0700)
PiperOrigin-RevId: 198425588

tensorflow/contrib/tpu/profiler/tf_op_stats.proto

index b9ac1a5..2b13343 100644 (file)
@@ -87,6 +87,8 @@ message StepInfoResult {
   optional uint64 wait_duration_ps = 5;
   // The time spent on cross-replica-sum in picoseconds.
   optional uint64 crs_duration_ps = 6;
+  // Percentage of unit b time spent on infeed.
+  optional double unit_b_infeed_percent = 7;
 }
 
 // Result proto for a sequence of steps.