Lines Matching defs:OpHandle
36 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):
133 def test_match_ops_string_name(op: OpHandle):
142 def test_match_ops_string_iface(op: OpHandle):
151 def test_match_ops_iface(op: OpHandle):
160 def test_match_ops_multiple(op: OpHandle):
170 def test_match_ops_mixed(op: OpHandle):
180 def test_print_message(op: OpHandle):
188 def test_print_plain(op: OpHandle):