Add a map from TPU core id to name to TfOpStats.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 19 Mar 2018 19:15:59 +0000 (12:15 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 19 Mar 2018 19:20:30 +0000 (12:20 -0700)
PiperOrigin-RevId: 189620850

tensorflow/contrib/tpu/profiler/tf_op_stats.proto

index e5c798a..20ed741 100644 (file)
@@ -223,4 +223,6 @@ message TfOpStats {
   optional RunEnvironmentResult run_environment = 7;
   // The result for the host operations.
   optional HostOpsResult host_ops = 8;
+  // A map from core ID to name.
+  map<uint32, string> core_id_to_name_map = 9;
 }