(b, type, name)
| 18202 | return old_frame; |
| 18203 | } |
| 18204 | addBlockInput(b, type, name) { |
| 18205 | const g = b.owningGraph(); |
| 18206 | g.createStore(name, b.addInput(name).setType(type)).insertAfter(b.param_node()); |
| 18207 | } |
| 18208 | addBlockOutput(exit_block, type, name) { |
| 18209 | const insert = new torch._C.WithInsertPoint(exit_block); |
| 18210 | const g = exit_block.owningGraph(); |
no test coverage detected