()
| 8882 | [x._next, this._prev] = [this, x]; |
| 8883 | } |
| 8884 | _remove_from_list() { |
| 8885 | const [p, n] = [this._prev, this._next]; |
| 8886 | [p._next, n._prev] = [n, p]; |
| 8887 | } |
| 8888 | __update_args_kwargs(new_args, new_kwargs) { |
| 8889 | const update_users_and_input_nodes = (n) => { |
| 8890 | if (n instanceof torch.fx.node.Node) { |