(i)
| 12756 | return this._outputs; |
| 12757 | } |
| 12758 | input(i) { |
| 12759 | if (i === undefined) { |
| 12760 | torch._C.AT_ASSERT(this._inputs.length === 1); |
| 12761 | return this._inputs[0]; |
| 12762 | } |
| 12763 | return this._inputs[i]; |
| 12764 | } |
| 12765 | output(i) { |
| 12766 | if (i === undefined) { |
| 12767 | torch._C.AT_ASSERT(this._outputs.length === 1); |
no outgoing calls
no test coverage detected