File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,13 +238,13 @@ class ConstantOp : public mlir::Op<ConstantOp,
238
238
/// operations. This state is a collection of all of the discrete elements
239
239
/// that an operation may contain.
240
240
/// Build a constant with the given return type and ` value ` attribute.
241
- static void build(mlir::Builder * builder, mlir::OperationState &state,
241
+ static void build(mlir::OpBuilder & builder, mlir::OperationState &state,
242
242
mlir::Type result, mlir::DenseElementsAttr value);
243
243
/// Build a constant and reuse the type from the given 'value'.
244
- static void build(mlir::Builder * builder, mlir::OperationState &state,
244
+ static void build(mlir::OpBuilder & builder, mlir::OperationState &state,
245
245
mlir::DenseElementsAttr value);
246
246
/// Build a constant by broadcasting the given 'value'.
247
- static void build(mlir::Builder * builder, mlir::OperationState &state,
247
+ static void build(mlir::OpBuilder & builder, mlir::OperationState &state,
248
248
double value);
249
249
};
250
250
```
You can’t perform that action at this time.
0 commit comments