(name)
| 12989 | return this; |
| 12990 | } |
| 12991 | tys(name) { |
| 12992 | return this._values.get(name)[0]; |
| 12993 | } |
| 12994 | ival_(name, value) { |
| 12995 | if (!(value instanceof torch._C.IValue)) { |
| 12996 | throw new python.Error('ival_ expects IValue.'); |
no test coverage detected