MCPcopy Index your code
hub / github.com/lutzroeder/netron / aliasAnalysisKind

Method aliasAnalysisKind

source/python.js:6651–6656  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 1

hasSideEffectsMethod · 0.80

Calls 3

schemaMethod · 0.80
aliasAnalysisMethod · 0.80
hasAnyAliasInfoMethod · 0.80

Tested by

no test coverage detected