Home
last modified time | relevance | path

Searched refs:py_value (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Daffine.py163 def coerce_from(py_value): argument
164 if isinstance(py_value, int):
165 return AffineConstantExpr(py_value)
166 assert isinstance(py_value, AffineExprDef)
167 return py_value