Searched defs:__mod__ (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ | ||
H A D | affine.py | 181 def __mod__(lhs, rhs): member in AffineExprDef |
/llvm-project/lldb/examples/python/ | ||
H A D | sbvalue.py | 132 def __mod__(self, other): member in variable |
/llvm-project/mlir/test/Examples/NVGPU/tools/ | ||
H A D | nvdsl.py | 392 __mod__ = partialmethod(_binary_op, op="Rem") variable in NVDSL.mlir_func.wrapper.ArithValue |