提交 07b77a51 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Remove unnecessary configuration fields from optimization parameters

PiperOrigin-RevId: 251577571
上级 c64f92f6
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册