(u:UOp)
| 160 | with save_viz() as viz: |
| 161 | @profile_matches |
| 162 | def nested_function(u:UOp): |
| 163 | for i in range(2): graph_rewrite(u, PatternMatcher([]), name=f"step {i+1}") |
| 164 | |
| 165 | @track_rewrites() |
| 166 | def main_rewrite(u:UOp): |
nothing calls this directly
no test coverage detected