()
| 7163 | return new torch._C.Tuple(elements); |
| 7164 | } |
| 7165 | elements() { |
| 7166 | return this._elements; |
| 7167 | } |
| 7168 | }); |
| 7169 | this.registerFunction('torch._C.tupleConstruct', (stack, num_inputs) => { |
| 7170 | torch._C.TORCH_CHECK(num_inputs <= stack.length); |
no outgoing calls
no test coverage detected