Home
last modified time | relevance | path

Searched defs:OpHandle (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/test/python/dialects/
H A Dtransform_extras.py36 def build_transform_script(script: Callable[[OpHandle], None]):
45 def build_transform_script_at_insertion_point(script: Callable[[OpHandle], None]):
60 def test_build_script_at_insertion_point(op: OpHandle):
69 def test_constant_param_int(_: OpHandle):
78 def test_constant_param_py_int(_: OpHandle):
87 def test_constant_param_symbol_attr(_: OpHandle):
96 def test_constant_param_type(_: OpHandle):
105 def test_get_defining_op(op: OpHandle):
115 def test_get_result(op: OpHandle):
123 def test_match_ops_single(op: OpHandle):
[all …]
/llvm-project/mlir/python/mlir/dialects/transform/extras/
H A D__init__.py48 class OpHandle(Handle): class
197 script: Callable[[OpHandle], None],