()
| 18389 | return this.bodyBlock().inputs().slice(1); |
| 18390 | } |
| 18391 | bodyCarriedOutputs() { |
| 18392 | return this.bodyBlock().outputs().slice(1); |
| 18393 | } |
| 18394 | }); |
| 18395 | this.registerType('torch._C.WithLoopStatus', class { |
| 18396 | constructor(to_ir, new_status) { |
no test coverage detected