Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A D_func_ops_ext.py181 func_op = FuncOp(name=symbol_name, type=function_type)
182 with InsertionPoint(func_op.add_entry_block()):
183 func_args = func_op.entry_block.arguments
186 func_kwargs["func_op"] = func_op
214 func_op.attributes["function_type"] = TypeAttr.get(function_type)
228 wrapped.func_op = func_op
/llvm-project-15.0.7/mlir/test/IR/
H A Dinvalid-func-op.mlir5 func.func @func_op() {
13 func.func @func_op() {
23 func.func @func_op() {
33 func.func @func_op() {
44 func.func @func_op() {
/llvm-project-15.0.7/mlir/test/python/dialects/
H A Dbuiltin.py77 def positional_func_op(a, b, func_op): argument
78 assert isinstance(func_op, func.FuncOp)
82 def kw_func_op(a, b=None, func_op=None): argument
83 assert isinstance(func_op, func.FuncOp)
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco.py711 linalg_funcop.func_op.attributes[