()
| 13626 | throw new python.Error('Not implemented.'); |
| 13627 | } |
| 13628 | resolveType() { |
| 13629 | throw new python.Error('Not implemented.'); |
| 13630 | } |
| 13631 | }); |
| 13632 | this.registerFunction('torch._C.registerCustomClass', (class_type) => { |
| 13633 | torch._C.customClasses = torch._C.customClasses || new Map(); |
no test coverage detected