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

Method getOrCreateAliasDb

source/python.js:6948–6953  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6946 removeDeadLoopOutputs() {
6947 }
6948 getOrCreateAliasDb() {
6949 if (!this._aliasDb) {
6950 this._aliasDb = new torch._C.AliasDb(this._graph);
6951 }
6952 return this._aliasDb;
6953 }
6954 });
6955 this.registerFunction('torch._C.EliminateDeadCode', (...args) => {
6956 if (args.length === 1 && args[0] instanceof torch.Graph) {

Callers 3

markIfLiveMethod · 0.80
hasUntrackedMutationMethod · 0.80
supportedNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected