(rhs)
| 12853 | this._callstack = s._callstack; |
| 12854 | } |
| 12855 | copyAttributes(rhs) { |
| 12856 | this._values = new Map(rhs._values); |
| 12857 | return this; |
| 12858 | } |
| 12859 | dropInput(i) { |
| 12860 | torch._C.AT_ASSERT(i < this._inputs.length); |
| 12861 | const input_node = this._inputs[i]; |