diff --git a/mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td b/mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td --- a/mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td +++ b/mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td @@ -489,7 +489,7 @@ * dest: the tensor into which the source tensor is inserted. * offsets: tensor-rank number of offsets into the `dest` tensor into which the slice is inserted. - * sizes: tensor-rank number of sizes which specify the sizes of the result + * sizes: tensor-rank number of sizes which specify the sizes of the source tensor type. * strides: tensor-rank number of strides that specify subsampling in each dimension.