(b, starts_def)
| 16648 | torch._C.runCleanupPasses(this.graph); |
| 16649 | } |
| 16650 | pushFrame(b, starts_def) { |
| 16651 | starts_def = starts_def || false; |
| 16652 | if (starts_def) { |
| 16653 | this._def_stack.push({}); |
| 16654 | } |
| 16655 | this.environment_stack = new torch._C.Environment(this.method, this.resolver, b, this.environment_stack); |
| 16656 | } |
| 16657 | popFrame(ends_def) { |
| 16658 | const old_frame = this.environment_stack; |
| 16659 | this.environment_stack = this.environment_stack.next; |
no test coverage detected