|
MLIR
22.0.0git
|
#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/CommonFolders.h"#include "mlir/Dialect/Math/IR/Math.h"#include "mlir/Dialect/UB/IR/UBOps.h"#include "mlir/IR/Builders.h"#include <optional>#include "mlir/Dialect/Math/IR/MathOps.cpp.inc"Go to the source code of this file.
Macros | |
| #define | GET_OP_CLASSES |
Functions | |
| static Type | getI1SameShape (Type type) |
| Return the type of the same shape (scalar, vector or tensor) containing i1. More... | |
| #define GET_OP_CLASSES |
Definition at line 37 of file MathOps.cpp.
Return the type of the same shape (scalar, vector or tensor) containing i1.
Definition at line 24 of file MathOps.cpp.
References mlir::get(), and mlir::Type::getContext().