From: A. Unique TensorFlower Date: Mon, 19 Mar 2018 19:15:59 +0000 (-0700) Subject: Add a map from TPU core id to name to TfOpStats. X-Git-Tag: tflite-v0.1.7~149^2~2^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57d117db96ef84e4fe12b74c9115421767db4531;p=platform%2Fupstream%2Ftensorflow.git Add a map from TPU core id to name to TfOpStats. PiperOrigin-RevId: 189620850 --- diff --git a/tensorflow/contrib/tpu/profiler/tf_op_stats.proto b/tensorflow/contrib/tpu/profiler/tf_op_stats.proto index e5c798a..20ed741 100644 --- a/tensorflow/contrib/tpu/profiler/tf_op_stats.proto +++ b/tensorflow/contrib/tpu/profiler/tf_op_stats.proto @@ -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 core_id_to_name_map = 9; }