forked from OSchip/llvm-project
[mlir] Fix syntax example for tensor.from_elements
Parens are not used here
This commit is contained in:
parent
6f7483b1ec
commit
2cda4f8ed7
|
@ -308,7 +308,7 @@ def Tensor_FromElementsOp : Tensor_Op<"from_elements", [
|
|||
Example:
|
||||
|
||||
```mlir
|
||||
tensor.from_elements(i_1, ..., i_N) : tensor<Nxindex>
|
||||
tensor.from_elements i_1, ..., i_N : tensor<Nxindex>
|
||||
```
|
||||
}];
|
||||
|
||||
|
|
Loading…
Reference in New Issue