(values)
| 7407 | this._made_change = this._made_change || (initial_outputs !== node.outputs().length); |
| 7408 | } |
| 7409 | noMutableValues(values) { |
| 7410 | return values.every((v) => !torch._C.AliasDb.isMutableType(v)); |
| 7411 | } |
| 7412 | getOrCreateAliasDb() { |
| 7413 | if (!this._aliasDb) { |
| 7414 | this._aliasDb = new torch._C.AliasDb(this._graph); |
no test coverage detected