From 4cd4a57c3b844bc01e92ca7843010b3581771413 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 3 Sep 2020 17:52:02 -0700 Subject: [PATCH] Move hlo_metrics_db to OpStats PiperOrigin-RevId: 330028129 Change-Id: I924a828087528633feebdcdfcba1021494ef69f4 --- tensorflow/core/profiler/protobuf/op_stats.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow/core/profiler/protobuf/op_stats.proto b/tensorflow/core/profiler/protobuf/op_stats.proto index 4800e88a50a..500de69048a 100644 --- a/tensorflow/core/profiler/protobuf/op_stats.proto +++ b/tensorflow/core/profiler/protobuf/op_stats.proto @@ -98,6 +98,8 @@ message OpStats { // The database for the op metrics collected from the device over the entire // profiling session including incomplete steps. OpMetricsDb device_op_metrics_db = 2; + // The result for the HLO-metric database over the complete steps only. + OpMetricsDb hlo_metrics_db_complete_steps_only = 10; // Performance environment of the op metrics collected. PerfEnv perf_env = 3; // The database of step sequences.