Searched refs:max_signed (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | comprehension.py | 314 max_signed = BinaryFnType("max_signed") variable in BinaryFn 396 max_signed = ReduceFnType(BinaryFn.max_signed) variable in ReduceFn
|
| /llvm-project-15.0.7/mlir/test/python/dialects/linalg/opdsl/ |
| H A D | emit_pooling.py | 19 reduce=BinaryFnAttrDef(default=BinaryFn.max_signed),
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | LinalgBase.td | 80 I32EnumAttrCase<"max_signed", 3>,
|
| H A D | LinalgNamedStructuredOps.yaml | 2986 fn_name: max_signed 3144 fn_name: max_signed 3472 fn_name: max_signed
|
| /llvm-project-15.0.7/mlir/docs/Dialects/Linalg/ |
| H A D | OpDSL.md | 190 * `BinaryFn.max_signed(a, b)` 206 * `ReduceFn.max_signed` 293 * max_signed -> `arith.MaxSIOp`
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/ops/ |
| H A D | core_named_ops.py | 722 O[D.n, D.oh, D.ow, D.c] = ReduceFn.max_signed[D.kh, D.kw](TypeFn.cast_signed( 763 O[D.n, D.c, D.oh, D.ow] = ReduceFn.max_signed[D.kh, D.kw](TypeFn.cast_signed( 858 D.c] = ReduceFn.max_signed[D.kd, D.kh, D.kw](TypeFn.cast_signed(
|
| /llvm-project-15.0.7/mlir/test/Dialect/Arithmetic/ |
| H A D | ops.mlir | 944 %max_signed = arith.maxsi %i1, %i2 : i32
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 358 case BinaryFn::max_signed: in buildBinaryFn()
|