()
| 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) { |
no outgoing calls
no test coverage detected