From ce8e19a756f71fa66f60a28515c64c106ca7f6a1 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 27 Apr 2018 19:23:16 -0700 Subject: [PATCH] Add internal uint b stats to TfOpStats. PiperOrigin-RevId: 194625155 --- tensorflow/contrib/tpu/profiler/tf_op_stats.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow/contrib/tpu/profiler/tf_op_stats.proto b/tensorflow/contrib/tpu/profiler/tf_op_stats.proto index 63955d1..b9ac1a5 100644 --- a/tensorflow/contrib/tpu/profiler/tf_op_stats.proto +++ b/tensorflow/contrib/tpu/profiler/tf_op_stats.proto @@ -245,4 +245,6 @@ message TfOpStats { optional HostOpsResult host_ops = 8; // A map from core ID to name. map core_id_to_name_map = 9; + // The result for hw unit b stats. + optional bytes unit_b_stats = 10; } -- 2.7.4