Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/Bindings/Python/
Dir_operation.py47 def walk_operations(indent, op): function
54 walk_operations(indent + " ", child_op)
64 walk_operations("", op)
81 def walk_operations(indent, op): function
91 walk_operations(indent + " ", child_op)
101 walk_operations("", module.operation)