Move hlo_metrics_db to OpStats

PiperOrigin-RevId: 330028129
Change-Id: I924a828087528633feebdcdfcba1021494ef69f4
This commit is contained in:
A. Unique TensorFlower 2020-09-03 17:52:02 -07:00 committed by TensorFlower Gardener
parent ea135aee18
commit 4cd4a57c3b

View File

@ -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.