We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc1e58 commit 9d0fa42Copy full SHA for 9d0fa42
mlir/docs/Tutorials/Toy/Ch-2.md
@@ -262,7 +262,7 @@ class ConstantOp : public mlir::Op<
262
mlir::OpTrait::OneResult,
263
/// We also provide a utility `getType` accessor that
264
/// returns the TensorType of the single result.
265
- mlir::OpTraits::OneTypedResult<TensorType>::Impl> {
+ mlir::OpTrait::OneTypedResult<TensorType>::Impl> {
266
267
public:
268
/// Inherit the constructors from the base Op class.
0 commit comments