diff --git a/tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td b/tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td index 1cc7e75fcaa..d14be1cfd0f 100644 --- a/tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td +++ b/tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td @@ -3979,8 +3979,7 @@ cublas. def TF_MatrixBandPartOp : TF_Op<"MatrixBandPart", [AllTypesMatch<["input", "band"]>, NoSideEffect]> { let summary = [{ -Copy a tensor setting everything outside a central band in each innermost matrix -to zero. +Copy a tensor setting everything outside a central band in each innermost matrix to zero. }]; let description = [{ diff --git a/tensorflow/core/api_def/base_api/api_def_MatrixBandPart.pbtxt b/tensorflow/core/api_def/base_api/api_def_MatrixBandPart.pbtxt index eaf3d28437b..9d83972a8d9 100644 --- a/tensorflow/core/api_def/base_api/api_def_MatrixBandPart.pbtxt +++ b/tensorflow/core/api_def/base_api/api_def_MatrixBandPart.pbtxt @@ -26,10 +26,8 @@ END Rank `k` tensor of the same shape as input. The extracted banded tensor. END } - summary: "Copy a tensor setting everything outside a central band in each innermost matrix" + summary: "Copy a tensor setting everything outside a central band in each innermost matrix to zero." description: <