()
| 6649 | return null; |
| 6650 | } |
| 6651 | aliasAnalysisKind() { |
| 6652 | const schemaRef = this.schema(); |
| 6653 | const alias_analysis = schemaRef.aliasAnalysis(); |
| 6654 | torch._C.TORCH_CHECK(alias_analysis === 'FROM_SCHEMA' || !schemaRef.hasAnyAliasInfo()); |
| 6655 | return alias_analysis; |
| 6656 | } |
| 6657 | }); |
| 6658 | this.registerFunction('torch._C.getRegistry', () => { |
| 6659 | torch._C.r = torch._C.r || new torch._C.OperatorRegistry(); |
no test coverage detected