forked from OSchip/llvm-project
Fix Documentation OpDefinitions.md
Add missing semicolon for the builders example. Closes tensorflow/mlir#150 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/150 from denis0x0D:sandbox/doc_fix 07e3680e678bf141a70af7747136e9fde7b4cc0a PiperOrigin-RevId: 271568527
This commit is contained in:
parent
18f4a37836
commit
e39b5a19ba
|
@ -423,7 +423,7 @@ def MyOp : ... {
|
|||
OpBuilder<"Builder *builder, OperationState &state, float val = 0.5f", [{
|
||||
state.addAttribute("attr", builder->getF32FloatAttr(val));
|
||||
]}>
|
||||
]
|
||||
];
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue