Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Daffine.py160 def coerce_from(py_value): argument
161 if isinstance(py_value, int):
162 return AffineConstantExpr(py_value)
163 assert isinstance(py_value, AffineExprDef)
164 return py_value