()
| 15636 | return this._value; |
| 15637 | } |
| 15638 | getValue() { |
| 15639 | return this._value; |
| 15640 | } |
| 15641 | asTuple(loc, m, size_hint) { |
| 15642 | const make_simple_value = (v) => new torch._C.SimpleValue(v); |
| 15643 | if (this._value.type() instanceof torch.TupleType) { |
no outgoing calls
no test coverage detected