From 92c2d0890dc2a61f90cd77ccb10afc4ac0cb76be Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" <gardener@tensorflow.org> Date: Wed, 4 Nov 2020 12:44:46 -0800 Subject: [PATCH] more tolerant host specification. PiperOrigin-RevId: 340708945 Change-Id: I2e168d7e5346be1b1f5ced56ee2f2dbdb41d342f --- tensorflow/core/profiler/profiler_analysis.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }