|
picceler
|
#include "mlir/Dialect/Arith/IR/Arith.h"Namespaces | |
| namespace | picceler |
Functions | |
| mlir::Value | picceler::createFloatConstant (mlir::OpBuilder &builder, mlir::Location loc, double value) |
| Common utility function to create a constant float value in MLIR. | |
| mlir::Value | picceler::createIntConstant (mlir::OpBuilder &builder, mlir::Location loc, int64_t value) |
| Common utility function to create a constant int value in MLIR. | |