From 07b77a510c4a65d5b90bc888d04daebf49ee3a30 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 4 Jun 2019 21:59:19 -0700 Subject: [PATCH] Remove unnecessary configuration fields from optimization parameters PiperOrigin-RevId: 251577571 --- .../core/protobuf/tpu/optimization_parameters.proto | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tensorflow/core/protobuf/tpu/optimization_parameters.proto b/tensorflow/core/protobuf/tpu/optimization_parameters.proto index c1d25c1eafb..7190001cb6f 100644 --- a/tensorflow/core/protobuf/tpu/optimization_parameters.proto +++ b/tensorflow/core/protobuf/tpu/optimization_parameters.proto @@ -207,17 +207,6 @@ message HotIdReplicationConfiguration { DISABLED = 2; } Status status = 1; - - // The following field(s) are never expected to be set by the TF model. - // However, a TF model could set them if it chooses to. If the fields are not - // set, meaningful default values will be chosen by the TPU software. - - // The maximum number of slots reserved in HBM (across the entire TPU system) - // for storing the replicas of hot IDs for the embedding table. In future, the - // number of replicas for a particular hot ID could be adjusted based on its - // frequency. The max_slot_count value captures the total number of replicas - // across all hot IDs for the table. - int32 max_slot_count = 4; } message OptimizationParameters { -- GitLab