diff --git a/tensorflow/core/profiler/profiler_analysis.proto b/tensorflow/core/profiler/profiler_analysis.proto index 5f2c5aa86fd..7d768161762 100644 --- a/tensorflow/core/profiler/profiler_analysis.proto +++ b/tensorflow/core/profiler/profiler_analysis.proto @@ -9,7 +9,7 @@ message NewProfileSessionRequest { // The place where we will dump profile data. We will normally use // MODEL_DIR/plugins/profile as the repository root. string repository_root = 2; - repeated string hosts = 3; + repeated string hosts = 3; // host or host:port, port will be ignored. string session_id = 4; }